use loading page

This commit is contained in:
j 2014-08-05 18:04:44 +02:00
commit 792afe0824
2 changed files with 10 additions and 6 deletions

View file

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