From b045c38d01685a9bb2183cd7a1a3b59cc410a0b4 Mon Sep 17 00:00:00 2001 From: Hardik Ghaghada Date: Mon, 1 Jul 2013 16:53:38 +0530 Subject: corrected indentation in all js files --- testapp/static/exam/js/show_quiz.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'testapp/static/exam/js/show_quiz.js') 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; - - } -- cgit