longer timeout
This commit is contained in:
parent
54492489b9
commit
8fcaca2862
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
||||||
stopAnimation();
|
stopAnimation();
|
||||||
document.getElementById('loadingIcon').style.display = 'none';
|
document.getElementById('loadingIcon').style.display = 'none';
|
||||||
document.getElementById('error').style.display = 'block';
|
document.getElementById('error').style.display = 'block';
|
||||||
}, 20000);
|
}, 60000);
|
||||||
}());
|
}());
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue