From db08e5d3c9775f3f173bff8496d96bb4c947929c Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Sun, 12 Jul 2026 20:47:10 +0200 Subject: [PATCH] fgfsd --- public/s/js/f0ckm.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/s/js/f0ckm.js b/public/s/js/f0ckm.js index f8d9883..9c7b8ef 100644 --- a/public/s/js/f0ckm.js +++ b/public/s/js/f0ckm.js @@ -2216,6 +2216,9 @@ window.cancelAnimFrame = (function () { } + // Show loading indicator immediately — before cache check so it's visible on cache-hit restores too + if (navbar) navbar.classList.add('pbwork'); + // Check for cached grid (Index/Grid Only) - RESTORE EARLY to avoid pagination/layout destruction. // The cache is checked on ANY grid navigation (not just popstate/skipPush), so clicking the // navbar brand from an item view restores the grid instantly without re-fetching.