From 1a0b131a8c9ec0dafec71e0c2f3703df1f9cb4b2 Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Tue, 25 Mar 2025 08:34:37 -0400 Subject: [PATCH] Refactor: Honour page reload timer when live updates disabled --- emhttp/plugins/dynamix/include/DefaultPageLayout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/include/DefaultPageLayout.php b/emhttp/plugins/dynamix/include/DefaultPageLayout.php index 43c7906f6..552457674 100644 --- a/emhttp/plugins/dynamix/include/DefaultPageLayout.php +++ b/emhttp/plugins/dynamix/include/DefaultPageLayout.php @@ -723,7 +723,7 @@ unset($buttons,$button); // Build page content // Reload page every X minutes during extended viewing? -if (isset($myPage['Load']) && $myPage['Load']>0 && $display['liveUpdate'] !== "no") echo "\n\n";echo "
"; +if (isset($myPage['Load']) && $myPage['Load']>0) echo "\n\n";echo "
"; $tab = 1; $pages = []; if (!empty($myPage['text'])) $pages[$myPage['name']] = $myPage;