fix: bump api.js cache-buster to v=6 in upload.html
This commit is contained in:
parent
280fc9dff2
commit
08e8377309
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@
|
|||
|
||||
<div class="toast-container" id="toastContainer" aria-live="polite"></div>
|
||||
|
||||
<script src="js/api.js?v=5"></script>
|
||||
<script src="js/api.js?v=6"></script>
|
||||
<script src="js/topbar-strip.js?v=1"></script>
|
||||
<script>
|
||||
const CHUNK = 10 * 1024 * 1024; // 10 MB chunks
|
||||
|
|
|
|||
Loading…
Reference in a new issue