Revert "Update DefaultPageLayout.php"

This reverts commit 674b73d5b0.
This commit is contained in:
bergware
2025-03-29 18:51:15 +01:00
parent b2b152d320
commit a2e216a552

View File

@@ -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();
});