From e9799efc674aa0616f497627781744cf290786f7 Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Tue, 15 Apr 2025 12:09:08 -0400 Subject: [PATCH] Remove 1 second delay --- emhttp/plugins/dynamix/include/DefaultPageLayout.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/emhttp/plugins/dynamix/include/DefaultPageLayout.php b/emhttp/plugins/dynamix/include/DefaultPageLayout.php index 2223fa92a..65eb45cfd 100644 --- a/emhttp/plugins/dynamix/include/DefaultPageLayout.php +++ b/emhttp/plugins/dynamix/include/DefaultPageLayout.php @@ -1292,9 +1292,7 @@ document.addEventListener("visibilitychange", (event) => { nchanFocusStop(); } else { 0):?> - $(function(){ - setTimeout(function(){window.location.reload();},1000); - }); + window.location.reload(); nchanFocusStart();