summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authoradityacp2020-09-10 18:40:16 +0530
committeradityacp2020-09-10 18:40:16 +0530
commitbee8d54d8ae094db5e3c9c04c5e28fb5b2abb1df (patch)
treee0b8e0c75ac593c544a565ecc099640bf50230bb /yaksh/static
parent28f9fc3fa8b6ad7866c7ef72f13883af7d6ab7e7 (diff)
downloadonline_test-bee8d54d8ae094db5e3c9c04c5e28fb5b2abb1df.tar.gz
online_test-bee8d54d8ae094db5e3c9c04c5e28fb5b2abb1df.tar.bz2
online_test-bee8d54d8ae094db5e3c9c04c5e28fb5b2abb1df.zip
Store and evaluate lesson quiz answer
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/js/show_toc.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/yaksh/static/yaksh/js/show_toc.js b/yaksh/static/yaksh/js/show_toc.js
index 121d9e3..f42346b 100644
--- a/yaksh/static/yaksh/js/show_toc.js
+++ b/yaksh/static/yaksh/js/show_toc.js
@@ -92,8 +92,6 @@ function ajax_call(url, method, data, csrf) {
unlock_screen();
if (msg.data) {
show_question(msg.data);
- } else {
- $("#dialog").dialog("close");
}
if(msg.message) alert(msg.message);
},