use loading page
This commit is contained in:
parent
d4ad1466be
commit
792afe0824
2 changed files with 10 additions and 6 deletions
|
|
@ -16,8 +16,11 @@
|
|||
};
|
||||
load();
|
||||
setTimeout(function() {
|
||||
load();
|
||||
setTimeout(function() {
|
||||
document.body.innerHTML = 'Looks like Open Media Library is not running.';
|
||||
}, 10000);
|
||||
}, 10000);
|
||||
}, 3000);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue