diff options
author | Hardik Ghaghada | 2013-07-01 16:53:38 +0530 |
---|---|---|
committer | Hardik Ghaghada | 2013-07-01 16:53:38 +0530 |
commit | b045c38d01685a9bb2183cd7a1a3b59cc410a0b4 (patch) | |
tree | e4a0f69d84ccdc23ed99fa81b15e20d442fad531 /testapp/static/exam/js/show_quiz.js | |
parent | 1ab56ae99e06500fe89aeb571f05527d745cf9bd (diff) | |
download | online_test-b045c38d01685a9bb2183cd7a1a3b59cc410a0b4.tar.gz online_test-b045c38d01685a9bb2183cd7a1a3b59cc410a0b4.tar.bz2 online_test-b045c38d01685a9bb2183cd7a1a3b59cc410a0b4.zip |
corrected indentation in all js files
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; - - } |