mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 09:10:07 -06:00
Remove 1 second delay
This commit is contained in:
@@ -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;?>
|
||||
|
||||
Reference in New Issue
Block a user