Skip to content

Commit 849652a

Browse files
committed
kaizen updates
1 parent d7605f6 commit 849652a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kaizen-core/helpers/root-variables/h-root-variables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const hRootVariablesHandler = () => {
2424
).unshift();
2525
if (body) {
2626
hRootVariablesHandler();
27-
['load', 'resize'].forEach((event) =>
27+
['DOMContentLoaded', 'load', 'resize'].forEach((event) =>
2828
window.addEventListener(event, () => hRootVariablesHandler()),
2929
);
3030
}

0 commit comments

Comments
 (0)