diff options
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); }, |