Spaces:
Running
Running
fix: remove stale yt_live.js reference from index_v3.html
Browse files- static/index_v3.html +1 -2
static/index_v3.html
CHANGED
|
@@ -64,8 +64,7 @@ async function init(){_cats=await fetch('/api/categories').then(r=>r.json()).cat
|
|
| 64 |
var SPACE=location.origin;
|
| 65 |
</script>
|
| 66 |
<script src="/static/app_v2.js"></script>
|
| 67 |
-
<script src="/static/
|
| 68 |
-
<script src="/static/hot_multi.js"></script>
|
| 69 |
<script src="/static/wc2026_v2.js"></script>
|
| 70 |
<script src="/static/live_mode.js"></script>
|
| 71 |
<script src="/static/match_detail_v6.js"></script>
|
|
|
|
| 64 |
var SPACE=location.origin;
|
| 65 |
</script>
|
| 66 |
<script src="/static/app_v2.js"></script>
|
| 67 |
+
<script src="/static/hot_multi.js"></script>
|
|
|
|
| 68 |
<script src="/static/wc2026_v2.js"></script>
|
| 69 |
<script src="/static/live_mode.js"></script>
|
| 70 |
<script src="/static/match_detail_v6.js"></script>
|