From 0143710e78ae01bae78a3b760fc8410bc86a3b2b Mon Sep 17 00:00:00 2001 From: prathamesh Date: Fri, 11 Jul 2014 14:14:19 +0530 Subject: Moved templates and static inside the app. --- testapp/static/exam/js/add_quiz.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 testapp/static/exam/js/add_quiz.js (limited to 'testapp/static/exam/js/add_quiz.js') diff --git a/testapp/static/exam/js/add_quiz.js b/testapp/static/exam/js/add_quiz.js deleted file mode 100644 index d5688a8..0000000 --- a/testapp/static/exam/js/add_quiz.js +++ /dev/null @@ -1,7 +0,0 @@ -function test() -{ - if (document.getElementById("id_description").value != "") - { - document.getElementById("submit").innerHTML = "Save"; - } -} -- cgit