From a2e216a552991564e1eae0850b03f28c15389b53 Mon Sep 17 00:00:00 2001 From: bergware Date: Sat, 29 Mar 2025 18:51:15 +0100 Subject: [PATCH] Revert "Update DefaultPageLayout.php" This reverts commit 674b73d5b0b87bd20e6b9c9dbccff37f21cbf34e. --- 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 d9ea72aa4..8ac313e54 100644 --- a/emhttp/plugins/dynamix/include/DefaultPageLayout.php +++ b/emhttp/plugins/dynamix/include/DefaultPageLayout.php @@ -173,7 +173,7 @@ function nchanResume() { } // event handlers -$(window).click(function(e) {nchanResume();}); +$(window).click(function() {nchanResume();}); document.addEventListener('visibilitychange',function(e) { if (document.hidden) nchanPause(); else nchanResume(); });