We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e6b98 commit 5ca77b8Copy full SHA for 5ca77b8
index.html
@@ -8,18 +8,7 @@
8
<script type="module" crossorigin src="/InningIQ/assets/index-C6d6F1CL.js"></script>
9
<link rel="stylesheet" crossorigin href="/InningIQ/assets/index-lFKLuJSo.css">
10
</head>
11
- <script type="text/javascript">
12
- (function(l) {
13
- if (l.search[1] === '/' ) {
14
- var decoded = l.search.slice(1).split('&').map(function(s) {
15
- return s.replace(/~and~/g, '&')
16
- }).join('?');
17
- window.history.replaceState(null, null,
18
- l.pathname.slice(0, -1) + decoded + l.hash
19
- );
20
- }
21
- }(window.location))
22
- </script>
+
23
<body>
24
<div id="root"></div>
25
</body>
0 commit comments