This commit is contained in:
ZhymabekRoman 2025-06-06 20:18:57 +05:00
commit c6bf3af64d

View file

@ -408,12 +408,11 @@
body.classList.remove('!overflow-hidden'); body.classList.remove('!overflow-hidden');
} }
// Close button functionality
closeButton.addEventListener('click', () => { closeButton.addEventListener('click', () => {
hideNotification(); hideNotification();
}); });
showNotification(); // showNotification();
}); });
</script> </script>
</body> </body>