Sergidev commited on
Commit
95a6a62
·
verified ·
1 Parent(s): 0e643f7

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +3 -0
script.js CHANGED
@@ -45,6 +45,9 @@ document.addEventListener('DOMContentLoaded', () => {
45
 
46
  // Display final CPS
47
  displayFinalCPS();
 
 
 
48
  }
49
  }
50
 
 
45
 
46
  // Display final CPS
47
  displayFinalCPS();
48
+
49
+ // Reset the timer duration for the next test
50
+ testDuration = 15; // Reset the test duration to 15 seconds
51
  }
52
  }
53