Skip to content

Commit

Permalink
kaizen updates
Browse files Browse the repository at this point in the history
  • Loading branch information
koskinpark committed Jul 15, 2022
1 parent d7605f6 commit 849652a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const hRootVariablesHandler = () => {
).unshift();
if (body) {
hRootVariablesHandler();
['load', 'resize'].forEach((event) =>
['DOMContentLoaded', 'load', 'resize'].forEach((event) =>
window.addEventListener(event, () => hRootVariablesHandler()),
);
}
Expand Down

0 comments on commit 849652a

Please sign in to comment.