Revert "fgfsd"

This reverts commit db08e5d3c9.
This commit is contained in:
2026-07-12 21:15:14 +02:00
parent f2e75389e6
commit fbacc9ae56

View File

@@ -2216,9 +2216,6 @@ 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.