Update DefaultPageLayout.php

This commit is contained in:
Squidly271
2025-03-28 14:15:15 -04:00
committed by GitHub
parent b3f5b7d8f2
commit 8106c85709
@@ -1249,7 +1249,7 @@ $(window).focus(function() {
$(window).blur(function() {
blurTimer = setTimeout(function(){
nchanFocusStop();
},<?=$display['liveTime']*1000?>);
},30000);
});
<?endif;?>