From 55b820321092b1267311ed090b41a51436e210af Mon Sep 17 00:00:00 2001 From: ZhymabekRoman Date: Sat, 17 May 2025 23:11:07 +0500 Subject: [PATCH] fix: hide notification --- web/server/templates/base.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/server/templates/base.html b/web/server/templates/base.html index d47e575..3b82993 100644 --- a/web/server/templates/base.html +++ b/web/server/templates/base.html @@ -408,12 +408,11 @@ body.classList.remove('!overflow-hidden'); } - // Close button functionality closeButton.addEventListener('click', () => { hideNotification(); }); - showNotification(); + // showNotification(); });