diff options
author | Hardik Ghaghada | 2013-07-03 15:43:14 +0530 |
---|---|---|
committer | Hardik Ghaghada | 2013-07-03 15:43:14 +0530 |
commit | 2ad3d7977ae9a62255901ae2133f6c3570ad3016 (patch) | |
tree | 238acfa18b3687435595d74cb222016b42e1c2c0 /testapp/static/exam/js/show_quiz.js | |
parent | a0ca4408b45a446e622837ef659e722ac83af149 (diff) | |
parent | c734fe4710c6e2240f02626288fbc6b915ab29dd (diff) | |
download | online_test-2ad3d7977ae9a62255901ae2133f6c3570ad3016.tar.gz online_test-2ad3d7977ae9a62255901ae2133f6c3570ad3016.tar.bz2 online_test-2ad3d7977ae9a62255901ae2133f6c3570ad3016.zip |
Merge branch 'fresh_js_changes' of https://github.com/hardythe1/online_test into fresh_js_changes
Diffstat (limited to 'testapp/static/exam/js/show_quiz.js')
-rw-r--r-- | testapp/static/exam/js/show_quiz.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testapp/static/exam/js/show_quiz.js b/testapp/static/exam/js/show_quiz.js index 2e6e2de..c58feaa 100644 --- a/testapp/static/exam/js/show_quiz.js +++ b/testapp/static/exam/js/show_quiz.js @@ -38,6 +38,4 @@ function confirm_edit(frm) } else return true; - - } |