hgf
This commit is contained in:
@@ -3841,7 +3841,10 @@ window.cancelAnimFrame = (function () {
|
||||
const _itemCacheKey = ajaxUrl;
|
||||
const _cachedItem = !options.skipCache ? itemCacheMap.get(_itemCacheKey) : null;
|
||||
|
||||
if (window.randomizeLogo) window.randomizeLogo();
|
||||
// Allow slide-out animation to visibly start before content swap
|
||||
if (options.direction && document.querySelector('.content')) {
|
||||
await new Promise(r => setTimeout(r, 180));
|
||||
}
|
||||
|
||||
// ── CACHE HIT: render immediately, revalidate in background ────────────
|
||||
if (_cachedItem) {
|
||||
|
||||
Reference in New Issue
Block a user