Bump wallet.js cache token to t so the disconnect fix actually loads

The prior commit changed wallet.js but the HTML still referenced ?v=r, so
cached browsers kept the old file. Point the HTML at ?v=t.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-08 14:09:32 -05:00
parent 85532155a6
commit 4872fbbfd0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -695,7 +695,7 @@
</div>
</div>
<script src="/assets/common.js?v=20260908c"></script>
<script src="/assets/wallet.js?v=20260908r"></script>
<script src="/assets/wallet.js?v=20260908t"></script>
<script src="/assets/my.js?v=20260908t"></script>
<script src="/assets/chat.js?v=20260907l"></script>
</body>