From ca74655a0ec533151b19f18636029d983e0b6c7c Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Fri, 17 Jul 2026 17:39:11 +0200 Subject: [PATCH] gfsd --- public/s/js/upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '/';