summaryrefslogtreecommitdiff
path: root/testapp/static/exam/js/show_quiz.js
diff options
context:
space:
mode:
authorPrabhu Ramachandran2013-07-01 13:33:40 -0700
committerPrabhu Ramachandran2013-07-01 13:33:40 -0700
commitfe868c043487af8ea390165325309ad29daacc8e (patch)
treee4a0f69d84ccdc23ed99fa81b15e20d442fad531 /testapp/static/exam/js/show_quiz.js
parent2e2123067d2477602d5e05fab02b7d36396f2d1f (diff)
parentb045c38d01685a9bb2183cd7a1a3b59cc410a0b4 (diff)
downloadonline_test-fe868c043487af8ea390165325309ad29daacc8e.tar.gz
online_test-fe868c043487af8ea390165325309ad29daacc8e.tar.bz2
online_test-fe868c043487af8ea390165325309ad29daacc8e.zip
Merge pull request #11 from hardythe1/fresh_snippet_feature
Fresh snippet feature
Diffstat (limited to 'testapp/static/exam/js/show_quiz.js')
-rw-r--r--testapp/static/exam/js/show_quiz.js2
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;
-
-
}