bep40 commited on
Commit
3cfda9e
·
verified ·
1 Parent(s): 39a38b6

Add rewrite_fix_v2.js script to index_v2.html

Browse files
Files changed (1) hide show
  1. 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>