From 9b3a045a506fda33fa1825982f77b5c542b6a911 Mon Sep 17 00:00:00 2001 From: ZhymabekRoman Date: Sun, 4 Feb 2024 13:46:36 +0600 Subject: [PATCH] Adding links to mirror --- server/templates/base.html | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) 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 +