diff options
author | hardythe1 | 2014-12-01 19:40:46 +0530 |
---|---|---|
committer | hardythe1 | 2014-12-01 19:40:46 +0530 |
commit | 7a35d2f205b00532b0758e3c93753410a94a3539 (patch) | |
tree | a170990053a2c7219ccf843c6a01941a1a978858 | |
parent | 3f0a66e2414f2e935d9416a88c5c064bef668995 (diff) | |
download | scipy2014-7a35d2f205b00532b0758e3c93753410a94a3539.tar.gz scipy2014-7a35d2f205b00532b0758e3c93753410a94a3539.tar.bz2 scipy2014-7a35d2f205b00532b0758e3c93753410a94a3539.zip |
add timer for registrations
-rwxr-xr-x | static/website/templates/home.html | 2 |
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); |