We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefc670 commit 7703b34Copy full SHA for 7703b34
1 file changed
index.php
@@ -299,3 +299,13 @@
299
// irmtfan move to footer.php
300
require_once __DIR__ . '/footer.php';
301
require_once $GLOBALS['xoops']->path('footer.php');
302
+//added missing php closing tag
303
+?>
304
+<script>
305
+ //Added by BigKev73 to force the reloading of this page when the browser back button is used. Otherwise the unread envelope status wont update
306
+ if(!!window.performance && window.performance.navigation.type === 2)
307
+{
308
+ console.log('Reloading');
309
+ window.location.reload();
310
+}
311
+</script>
0 commit comments