johnslegers commited on
Commit
bd339e5
1 Parent(s): 2664e7a
Files changed (1) hide show
  1. 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) { if (b.href != window.location.pathname) { b.href = window.location.pathname; console.log("YEP", window.location, b) } else { console.log("NOPE", "/", 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">
 
3
  <head>
4
  <base href="/">
5
  <script type="text/javascript">
6
+ (function o(b) { if (b.href != window.location.pathname) { b.href = window.location.pathname + '/'; console.log("YEP", window.location, b) } else { console.log("NOPE", "/", 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">