forked from Qortal/qortal
Fixed refresh interval of loading screen
This commit is contained in:
parent
f0e13fa492
commit
d6d564c027
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user