Skip to content

Commit

Permalink
Update searchJumper.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hoothin committed Sep 16, 2024
1 parent 8a3af03 commit 4dd6a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchJumper.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -7565,7 +7565,7 @@
hasFont = true;
cacheFontPool.unshift(font);
});
if (hasFont && (isInConfigPage || location.href === firstRunPage)) {
if (hasFont && (isInConfigPage || href === firstRunPage)) {
setTimeout(() => {cacheFontManager()}, 3000);
}
this.buildAllPageGroupTab();
Expand Down

0 comments on commit 4dd6a12

Please sign in to comment.