diff --git a/index.html b/index.html index 302c16f..a5f304d 100644 --- a/index.html +++ b/index.html @@ -288,7 +288,7 @@ document.getElementById("mo").addEventListener("click",function(e){if(e.target== document.addEventListener("keydown",function(e){if(e.key==="Escape")closeM()}); document.addEventListener("click",function(e){if(!e.target.closest(".notif-btn")&&!e.target.closest(".notif-drop"))document.getElementById("nd").classList.remove("on")}); -le();var su=localStorage.getItem("su");if(su){try{cu=JSON.parse(su);show()}catch(e){}} +le();var su=localStorage.getItem("su");if(su){try{cu=JSON.parse(su);if(cu)show()}catch(e){}} \ No newline at end of file