diff options
author | adityacp | 2020-09-10 18:40:16 +0530 |
---|---|---|
committer | adityacp | 2020-09-10 18:40:16 +0530 |
commit | bee8d54d8ae094db5e3c9c04c5e28fb5b2abb1df (patch) | |
tree | e0b8e0c75ac593c544a565ecc099640bf50230bb /yaksh/static | |
parent | 28f9fc3fa8b6ad7866c7ef72f13883af7d6ab7e7 (diff) | |
download | online_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.js | 2 |
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); }, |