longer timeout

This commit is contained in:
j 2019-01-20 16:59:12 +05:30
parent 54492489b9
commit 8fcaca2862
1 changed files with 1 additions and 1 deletions

View File

@ -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>