forked from Qortal/qortal
Fixed refresh interval of loading screen
This commit is contained in:
parent
f0e13fa492
commit
d6d564c027
@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Loading...</title>
|
<title>Loading...</title>
|
||||||
<script>
|
<script>
|
||||||
setTimeout(window.location.reload.bind(window.location), 1);
|
setTimeout(window.location.reload.bind(window.location), 2500);
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
Loading…
Reference in New Issue
Block a user