johnslegers commited on
Commit
ad37510
1 Parent(s): c50dcb9
Files changed (1) hide show
  1. ui/index.html +0 -7
ui/index.html CHANGED
@@ -1,10 +1,6 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
- <base href="/">
5
- <script type="text/javascript">
6
- (function o(b) { b.href = window.location.pathname = '/'; })(document.getElementsByTagName('base')[0]);
7
- </script>
8
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
9
  <link rel="icon" type="image/png" href="media/favicon-16x16.png" sizes="16x16">
10
  <link rel="icon" type="image/png" href="media/favicon-32x32.png" sizes="32x32">
@@ -237,13 +233,10 @@ async function init() {
237
  await getDiskPath()
238
  await getAppConfig()
239
  await getModels()
240
-
241
  setInterval(healthCheck, HEALTH_PING_INTERVAL * 1000)
242
  healthCheck()
243
-
244
  playSound()
245
  }
246
-
247
  init()
248
  </script>
249
  </html>
 
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
 
 
 
 
4
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
  <link rel="icon" type="image/png" href="media/favicon-16x16.png" sizes="16x16">
6
  <link rel="icon" type="image/png" href="media/favicon-32x32.png" sizes="32x32">
 
233
  await getDiskPath()
234
  await getAppConfig()
235
  await getModels()
 
236
  setInterval(healthCheck, HEALTH_PING_INTERVAL * 1000)
237
  healthCheck()
 
238
  playSound()
239
  }
 
240
  init()
241
  </script>
242
  </html>