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> <title>Open Media Library</title>
</head> </head>
<body> <body>
Loading Open Media Library...
<script> <script>
function load() { function load() {
var base = 'http://[::1]:9842', var base = 'http://[::1]:9842',
@ -17,9 +16,8 @@
}; };
load(); load();
setTimeout(function() { 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); }, 10000);
</script> </script>
</body> </body>
</html> </html>