Spaces:
Running
Running
johnslegers
commited on
Commit
•
c50dcb9
1
Parent(s):
bd339e5
fix paths
Browse files- ui/index.html +1 -1
ui/index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<base href="/">
|
5 |
<script type="text/javascript">
|
6 |
-
(function o(b) {
|
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">
|
|
|
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">
|