From 64b38d3365f1d65132942fce6e29fed7da076bba Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Wed, 28 Mar 2012 11:55:34 +0530 Subject: minor changes --- testapp/static/exam/js/edit_quiz.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 testapp/static/exam/js/edit_quiz.js (limited to 'testapp/static/exam/js') diff --git a/testapp/static/exam/js/edit_quiz.js b/testapp/static/exam/js/edit_quiz.js new file mode 100644 index 0000000..610a438 --- /dev/null +++ b/testapp/static/exam/js/edit_quiz.js @@ -0,0 +1,21 @@ +function form_load() +{ + var tags = document.getElementsByName('tags'); + + for (var i=0;i