diff options
author | Hardik Ghaghada | 2013-04-26 16:46:06 +0530 |
---|---|---|
committer | Hardik Ghaghada | 2013-04-26 16:46:06 +0530 |
commit | 92852b6f04e82abbe8eea9d296b5bbc5a15399cf (patch) | |
tree | 73728f9ae4ada9bd2f03174bd64ff2d6908daf8b /testapp/templates | |
parent | c8b68813ca80aee16261e5f02d541ed48712feae (diff) | |
download | online_test-92852b6f04e82abbe8eea9d296b5bbc5a15399cf.tar.gz online_test-92852b6f04e82abbe8eea9d296b5bbc5a15399cf.tar.bz2 online_test-92852b6f04e82abbe8eea9d296b5bbc5a15399cf.zip |
missed this file in the previous commit
Diffstat (limited to 'testapp/templates')
-rw-r--r-- | testapp/templates/exam/question.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/templates/exam/question.html b/testapp/templates/exam/question.html index 8cd2599..4f65b64 100644 --- a/testapp/templates/exam/question.html +++ b/testapp/templates/exam/question.html @@ -13,7 +13,7 @@ <script src="{{ URL_ROOT }}/static/exam/js/question.js"></script> <script> -var time_left = {{ time_left }} +var time_left = {{ time_left }} function secs_to_time(secs) { var h = Math.floor(secs/3600); |