summaryrefslogtreecommitdiff
path: root/testapp/yaksh/static/yaksh_app/js/add_quiz.js
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/yaksh/static/yaksh_app/js/add_quiz.js')
-rw-r--r--testapp/yaksh/static/yaksh_app/js/add_quiz.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/testapp/yaksh/static/yaksh_app/js/add_quiz.js b/testapp/yaksh/static/yaksh_app/js/add_quiz.js
deleted file mode 100644
index 184881c..0000000
--- a/testapp/yaksh/static/yaksh_app/js/add_quiz.js
+++ /dev/null
@@ -1,11 +0,0 @@
-function test()
-{
-
- document.getElementById('id_duration').setAttribute('class','mini-text');
- document.getElementById('id_pass_criteria').setAttribute('class','mini-text');
- document.getElementById('id_start_date').setAttribute('class','date-text');
- if (document.getElementById("id_description").value != "")
- {
- document.getElementById("submit").innerHTML = "Save";
- }
-}