Spaces:
Running
Running
fix(cache): bump app_v2.js cache-busting version so FPT wall CSS + feed player + 16:9 toggle actually load (was serving stale JS)
Browse files- index_v2.html +1 -1
- static/index_v2.html +1 -1
index_v2.html
CHANGED
|
@@ -85,7 +85,7 @@ function doShare(title,url,img,postId){
|
|
| 85 |
async function init(){_cats=await fetch('/api/categories').then(r=>r.json()).catch(()=>[]);let bar='<div class="cat active" data-cat="home">🏠</div><div class="cat" data-cat="news-all">📰 Tin tức</div>';_cats.forEach(c=>{bar+='<div class="cat" data-cat="'+c.id+'">'+c.name+'</div>'});document.getElementById('cat-bar').innerHTML=bar;document.querySelectorAll('.cat').forEach(t=>{t.onclick=()=>switchCat(t.dataset.cat)});}
|
| 86 |
var SPACE=location.origin;
|
| 87 |
</script>
|
| 88 |
-
<script src="/static/app_v2.js?v=
|
| 89 |
<script src="/static/designer_v2.js?v=20260817fix1"></script>
|
| 90 |
<script src="/static/yt_live.js"></script>
|
| 91 |
<script src="/static/vtv_init.js"></script>
|
|
|
|
| 85 |
async function init(){_cats=await fetch('/api/categories').then(r=>r.json()).catch(()=>[]);let bar='<div class="cat active" data-cat="home">🏠</div><div class="cat" data-cat="news-all">📰 Tin tức</div>';_cats.forEach(c=>{bar+='<div class="cat" data-cat="'+c.id+'">'+c.name+'</div>'});document.getElementById('cat-bar').innerHTML=bar;document.querySelectorAll('.cat').forEach(t=>{t.onclick=()=>switchCat(t.dataset.cat)});}
|
| 86 |
var SPACE=location.origin;
|
| 87 |
</script>
|
| 88 |
+
<script src="/static/app_v2.js?v=20260827fptwall"></script>
|
| 89 |
<script src="/static/designer_v2.js?v=20260817fix1"></script>
|
| 90 |
<script src="/static/yt_live.js"></script>
|
| 91 |
<script src="/static/vtv_init.js"></script>
|
static/index_v2.html
CHANGED
|
@@ -81,7 +81,7 @@ function doShare(title,url,img,postId){
|
|
| 81 |
async function init(){_cats=await fetch('/api/categories').then(r=>r.json()).catch(()=>[]);let bar='<div class="cat active" data-cat="home">🏠</div><div class="cat" data-cat="news-all">📰 Tin tức</div>';_cats.forEach(c=>{bar+='<div class="cat" data-cat="'+c.id+'">'+c.name+'</div>'});document.getElementById('cat-bar').innerHTML=bar;document.querySelectorAll('.cat').forEach(t=>{t.onclick=()=>switchCat(t.dataset.cat)});}
|
| 82 |
var SPACE=location.origin;
|
| 83 |
</script>
|
| 84 |
-
<script src="/static/app_v2.js?v=
|
| 85 |
<script src="/static/designer_v2.js?v=20260817fix1"></script>
|
| 86 |
<script src="/static/yt_live.js"></script>
|
| 87 |
<script src="/static/vtv_init.js"></script>
|
|
|
|
| 81 |
async function init(){_cats=await fetch('/api/categories').then(r=>r.json()).catch(()=>[]);let bar='<div class="cat active" data-cat="home">🏠</div><div class="cat" data-cat="news-all">📰 Tin tức</div>';_cats.forEach(c=>{bar+='<div class="cat" data-cat="'+c.id+'">'+c.name+'</div>'});document.getElementById('cat-bar').innerHTML=bar;document.querySelectorAll('.cat').forEach(t=>{t.onclick=()=>switchCat(t.dataset.cat)});}
|
| 82 |
var SPACE=location.origin;
|
| 83 |
</script>
|
| 84 |
+
<script src="/static/app_v2.js?v=20260827fptwall"></script>
|
| 85 |
<script src="/static/designer_v2.js?v=20260817fix1"></script>
|
| 86 |
<script src="/static/yt_live.js"></script>
|
| 87 |
<script src="/static/vtv_init.js"></script>
|