dont advertice non existent tools
This commit is contained in:
parent
1ce50993dd
commit
f1ed503cb4
1 changed files with 1 additions and 3 deletions
|
@ -5,7 +5,6 @@
|
|||
<title>Open Media Library</title>
|
||||
</head>
|
||||
<body>
|
||||
Loading Open Media Library...
|
||||
<script>
|
||||
function load() {
|
||||
var base = 'http://[::1]:9842',
|
||||
|
@ -17,9 +16,8 @@
|
|||
};
|
||||
load();
|
||||
setTimeout(function() {
|
||||
document.body.innerHTML = 'Looks like Open Media Library is not running. Please omlctl start';
|
||||
document.body.innerHTML = 'Looks like Open Media Library is not running.';
|
||||
}, 10000);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Reference in a new issue