This commit is contained in:
TheGiddyLimit
2024-01-03 17:51:53 +00:00
parent 8117ebddc5
commit 0a4253c9f0
19 changed files with 141 additions and 34 deletions

View File

@@ -228,6 +228,11 @@ class SearchPage {
{
onObserve: () => {
const page = UrlUtil.categoryToHoverPage(category);
if (!page) {
$dispImage.addClass(`mobile__hidden`);
return;
}
DataLoader.pCacheAndGet(
page,
source,