Spaces:
Paused
Paused
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -402,7 +402,7 @@
|
|
| 402 |
}
|
| 403 |
|
| 404 |
function startCooldown() {
|
| 405 |
-
cooldownEndTime = Date.now() +
|
| 406 |
localStorage.setItem('mariamCooldownEndTime', cooldownEndTime.toString());
|
| 407 |
startCooldownTimer();
|
| 408 |
}
|
|
|
|
| 402 |
}
|
| 403 |
|
| 404 |
function startCooldown() {
|
| 405 |
+
cooldownEndTime = Date.now() + 15 * 60 * 1000;
|
| 406 |
localStorage.setItem('mariamCooldownEndTime', cooldownEndTime.toString());
|
| 407 |
startCooldownTimer();
|
| 408 |
}
|