v36: восстановлена функция renderAll

This commit is contained in:
Dauren777 2026-06-05 08:50:43 +00:00
parent 4548cace68
commit 2b369bbd59

View File

@ -571,6 +571,8 @@ document.getElementById("editModalOverlay").addEventListener("click",function(e)
document.addEventListener("keydown",function(e){if(e.key==="Escape"){closeEM();document.getElementById("notifDrop").classList.remove("open")}});
document.addEventListener("click",function(e){if(!e.target.closest(".notif-btn")&&!e.target.closest(".notif-drop"))document.getElementById("notifDrop").classList.remove("open")});
function renderAll(){notifsUpdate();switchTab(document.querySelector(".tab-btn.active").dataset.tab)}
var su=localStorage.getItem("samruk_u");if(su){try{curUser=JSON.parse(su);showApp()}catch(e){}}
</script>
</body>