Remove 1 second delay

This commit is contained in:
Squidly271
2025-04-15 12:09:08 -04:00
committed by GitHub
parent f90362c029
commit e9799efc67

View File

@@ -1292,9 +1292,7 @@ document.addEventListener("visibilitychange", (event) => {
nchanFocusStop();
} else {
<? if (isset($myPage['Load']) && $myPage['Load'] > 0):?>
$(function(){
setTimeout(function(){window.location.reload();},1000);
});
window.location.reload();
<?else:?>
nchanFocusStart();
<?endif;?>