Skip to content

Commit

Permalink
reload in two seconds instead
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Thornton <art27@cantab.net>
  • Loading branch information
zeripath committed Jun 9, 2021
1 parent 10b56e1 commit 67b817e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2746,7 +2746,7 @@ $(document).ready(async () => {
});

if ($('.reload.loader').length > 0) {
setTimeout(reload, 500);
setTimeout(reload, 2000);
}

buttonsClickOnEnter();
Expand Down

0 comments on commit 67b817e

Please sign in to comment.