mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
Fixed refresh interval of loading screen
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<head>
|
||||
<title>Loading...</title>
|
||||
<script>
|
||||
setTimeout(window.location.reload.bind(window.location), 1);
|
||||
setTimeout(window.location.reload.bind(window.location), 2500);
|
||||
</script>
|
||||
<style>
|
||||
body {
|
||||
|
Reference in New Issue
Block a user