From e5f77aeef4fd294e96ec9bf6b52af904c397b132 Mon Sep 17 00:00:00 2001 From: janis Date: Tue, 30 Apr 2024 10:52:33 +0200 Subject: [PATCH] make interval between showing and closing longer --- footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footer.html b/footer.html index b683279..d5f5a8a 100755 --- a/footer.html +++ b/footer.html @@ -109,7 +109,7 @@ } var closePopup = () => { - localStorage.setItem( 'pageViewCount', 0 ); + localStorage.setItem( 'pageViewCount', -4 ); document.getElementById( 'go-to-new-page-popup' ).classList.remove( 'popup-show' ); }