diff --git a/server/templates/base.html b/server/templates/base.html index 79f0fb4..25777b9 100644 --- a/server/templates/base.html +++ b/server/templates/base.html @@ -74,6 +74,16 @@ window.onresize = _resizeIframeWidth } +
- @@ -152,12 +162,20 @@
@@ -347,14 +365,14 @@ document.addEventListener('scroll', function () { const closeButton = document.querySelector('.close-button'); function showNotification() { - if (!localStorage.getItem('showNotification-github-block')) { + if (!localStorage.getItem('showNotification-update146-block')) { notificationContainer.style.display = 'block'; } } // Hide the notification function hideNotification() { - localStorage.setItem('showNotification-github-block', 'false'); + localStorage.setItem('showNotification-update146-block', 'false'); notificationContainer.style.display = 'none'; } @@ -366,4 +384,4 @@ document.addEventListener('scroll', function () { showNotification(); }); - \ No newline at end of file +