Skip to content

Commit 8d4fe54

Browse files
committed
fix: change loaded to preload
1 parent b8bc91f commit 8d4fe54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base/home/patch.message.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const setting = settings.register({
1111
refresh: () => onPage(''),
1212
category: 'Home',
1313
});
14-
eventManager.on(':loaded:', () => {
14+
eventManager.on(':preload:', () => {
1515
if (setting.value()) return;
1616
document.querySelectorAll('.infoIndex').forEach((el) => {
1717
const patch = el.querySelector('[data-i18n-custom="home-patch-message"]');

0 commit comments

Comments
 (0)