diff --git a/public/s/js/upload.js b/public/s/js/upload.js index 15f592d..5983812 100644 --- a/public/s/js/upload.js +++ b/public/s/js/upload.js @@ -2745,7 +2745,7 @@ window.initUploadForm = (selector) => { // handleNewItem call — this covers the item-page drag-and-upload scenario // where no grid exists until after navigation completes. if (typeof window.loadPageAjax === 'function') { - await window.loadPageAjax('/'); + await window.loadPageAjax('/', true, { bypassCache: true }); injectNewItem(); } else { window.location.href = '/';