fix: add cache-buster version strings to api.js and topbar-strip.js in home.html
This commit is contained in:
parent
1e4fcb62f5
commit
f39d086bc8
1 changed files with 2 additions and 2 deletions
|
|
@ -435,8 +435,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script src="js/api.js"></script>
|
||||
<script src="js/topbar-strip.js"></script>
|
||||
<script src="js/api.js?v=6"></script>
|
||||
<script src="js/topbar-strip.js?v=1"></script>
|
||||
<script>
|
||||
async function loadStats() {
|
||||
const setText = (id, val) => { const el = document.getElementById(id); if (el) el.textContent = val; };
|
||||
|
|
|
|||
Loading…
Reference in a new issue