diff options
author | adityacp | 2017-12-14 12:00:51 +0530 |
---|---|---|
committer | adityacp | 2017-12-14 12:00:51 +0530 |
commit | 209dd65b0bf97bdac883881c4d96b7670cd902a2 (patch) | |
tree | d7e851f8f912a86d5d1bd0133f76cc40f9d7da7d /yaksh/static | |
parent | 5d368b02d3fb8016084d431090b57a4e1aa18428 (diff) | |
download | online_test-209dd65b0bf97bdac883881c4d96b7670cd902a2.tar.gz online_test-209dd65b0bf97bdac883881c4d96b7670cd902a2.tar.bz2 online_test-209dd65b0bf97bdac883881c4d96b7670cd902a2.zip |
Change templates
- Add new template to view course modules
- Change glyphicon in question.html and show_video.html
- Change button name in add_module.html
- Remove unnecessary js file
- Change button in intro.html
- Change quizzes_user.html to display only courses
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/js/add_lesson.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/yaksh/static/yaksh/js/add_lesson.js b/yaksh/static/yaksh/js/add_lesson.js deleted file mode 100644 index 4ad6e4d..0000000 --- a/yaksh/static/yaksh/js/add_lesson.js +++ /dev/null @@ -1,11 +0,0 @@ -$(document).ready(function(){ - $("#submit").click(function(){ - var selected_quiz = $("#id_quiz :selected").text(); - var video_session = $("#id_video_session").val(); - if(selected_quiz == "---------" && video_session.length == 0) { - $("#alert").toggle(); - return false; - } - return true; - }); -});
\ No newline at end of file |