Update evaluation/eval_interfaces/warning.html
Browse files
evaluation/eval_interfaces/warning.html
CHANGED
|
@@ -101,7 +101,7 @@ html,body{
|
|
| 101 |
const startBtn = document.getElementById('startBtn');
|
| 102 |
|
| 103 |
// Initial countdown value
|
| 104 |
-
let countdown =
|
| 105 |
|
| 106 |
// Update button text every second
|
| 107 |
const interval = setInterval(() => {
|
|
|
|
| 101 |
const startBtn = document.getElementById('startBtn');
|
| 102 |
|
| 103 |
// Initial countdown value
|
| 104 |
+
let countdown = 1;
|
| 105 |
|
| 106 |
// Update button text every second
|
| 107 |
const interval = setInterval(() => {
|