Skip to content

Commit

Permalink
【优化】加载顺序
Browse files Browse the repository at this point in the history
  • Loading branch information
PJ-568 committed May 9, 2024
1 parent 12e60f5 commit 24b518a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/load_ani.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ document.addEventListener("pjax:complete", function () {
}, 400);
});

window.addEventListener('load', () => 初始化());
window.addEventListener('DOMContentLoaded', () => 初始化());

0 comments on commit 24b518a

Please sign in to comment.