dont advertice non existent tools

This commit is contained in:
j 2014-08-05 10:45:44 +02:00
parent 1ce50993dd
commit f1ed503cb4
1 changed files with 1 additions and 3 deletions

View File

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