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