Skip to content

Commit 67b817e

Browse files
committed
reload in two seconds instead
Signed-off-by: Andrew Thornton <[email protected]>
1 parent 10b56e1 commit 67b817e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2746,7 +2746,7 @@ $(document).ready(async () => {
27462746
});
27472747

27482748
if ($('.reload.loader').length > 0) {
2749-
setTimeout(reload, 500);
2749+
setTimeout(reload, 2000);
27502750
}
27512751

27522752
buttonsClickOnEnter();

0 commit comments

Comments
 (0)