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();
});