Skip to content

Commit 5ed44fe

Browse files
committed
Fixed bug
1 parent 607fcbe commit 5ed44fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

js/timer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ function invertColors() {
793793
}
794794

795795
function storeTime(isTimeStored) {
796-
if ((minimum === 0 && maximum === 0 && average === 0) || (gtotalCount === 0)) return;
796+
if ((minimum === 0 && maximum === 0 && average === 0) || (totalCount === 0)) return;
797797
deactivateWakeLock();
798798
stopClapping();
799799

0 commit comments

Comments
 (0)