summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authormaheshgudi2017-11-23 13:54:47 +0530
committermaheshgudi2017-11-23 14:49:44 +0530
commit252449b7b96d73548f53ecd0c3256aa0e777d1dd (patch)
treed9e57def79576723825b193989e6c9afb5533ac3 /yaksh/static
parentc5469243a3357a030af0047dac90ae8fbbb77e85 (diff)
downloadonline_test-252449b7b96d73548f53ecd0c3256aa0e777d1dd.tar.gz
online_test-252449b7b96d73548f53ecd0c3256aa0e777d1dd.tar.bz2
online_test-252449b7b96d73548f53ecd0c3256aa0e777d1dd.zip
Put page footer outside div container
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/js/requesthandler.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/static/yaksh/js/requesthandler.js b/yaksh/static/yaksh/js/requesthandler.js
index 9421317..5159c31 100644
--- a/yaksh/static/yaksh/js/requesthandler.js
+++ b/yaksh/static/yaksh/js/requesthandler.js
@@ -61,7 +61,6 @@ function response_handler(method_type, content_type, data, uid){
}
else{
unlock_screen();
- // var notify = document.getElementById("notification");
if ($("#notification")){
$("#notification").toggle();
}