We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14721d2 commit ec40da4Copy full SHA for ec40da4
src.js
@@ -17,10 +17,4 @@ function loadProgress() {
17
18
c.fillStyle = 'green'; // Set color for schedules
19
c.fillRect(250, 496, 55, schedulesLength);
20
-
21
- c.fillStyle = 'orange'; // Set color for finished tasks
22
- c.fillRect(350, 496, 55, finishedLength);
23
24
- c.fillStyle = 'red'; // Set color for deleted tasks
25
- c.fillRect(450, 496, 55, deletedLength);
26
}
0 commit comments