Spaces:
Running
Running
Add rewrite_fix_v2.js script to index_v2.html
Browse files- static/index_v2.html +1 -0
static/index_v2.html
CHANGED
|
@@ -45,6 +45,7 @@ var SPACE=location.origin;
|
|
| 45 |
<script src="/static/wc2026_v2.js"></script>
|
| 46 |
<script src="/static/live_mode.js"></script>
|
| 47 |
<script src="/static/match_detail_v6.js"></script>
|
|
|
|
| 48 |
<script>init();loadHome();</script>
|
| 49 |
</body>
|
| 50 |
</html>
|
|
|
|
| 45 |
<script src="/static/wc2026_v2.js"></script>
|
| 46 |
<script src="/static/live_mode.js"></script>
|
| 47 |
<script src="/static/match_detail_v6.js"></script>
|
| 48 |
+
<script src="/static/rewrite_fix_v2.js"></script>
|
| 49 |
<script>init();loadHome();</script>
|
| 50 |
</body>
|
| 51 |
</html>
|