summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12014-12-01 19:40:46 +0530
committerhardythe12014-12-01 19:40:46 +0530
commit7a35d2f205b00532b0758e3c93753410a94a3539 (patch)
treea170990053a2c7219ccf843c6a01941a1a978858
parent3f0a66e2414f2e935d9416a88c5c064bef668995 (diff)
downloadscipy2014-7a35d2f205b00532b0758e3c93753410a94a3539.tar.gz
scipy2014-7a35d2f205b00532b0758e3c93753410a94a3539.tar.bz2
scipy2014-7a35d2f205b00532b0758e3c93753410a94a3539.zip
add timer for registrations
-rwxr-xr-xstatic/website/templates/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html
index 40ab150..3f25b4e 100755
--- a/static/website/templates/home.html
+++ b/static/website/templates/home.html
@@ -251,7 +251,7 @@
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script>
-time_left = 5;
+time_left = 15600;
function secs_to_time(secs)
{
var h = Math.floor(secs/3600);