Docfile commited on
Commit
c2cc124
·
verified ·
1 Parent(s): b845c21

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -402,7 +402,7 @@
402
  }
403
 
404
  function startCooldown() {
405
- cooldownEndTime = Date.now() + 2 * 60 * 1000;
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
  }