Skip to content

Commit 1fa5362

Browse files
committed
Update onboarding-restart-button.js
1 parent d0d2ea8 commit 1fa5362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Scripts/onboarding-restart-button/onboarding-restart-button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ function observeForThemeDiv() {
8787
}
8888

8989
// Wait for the DOM to be fully loaded and then start observing
90-
window.addEventListener( 'DOMContentLoaded', function () {
90+
window.addEventListener( 'DOMContentLoaded', function() {
9191
observeForThemeDiv();
9292
} );

0 commit comments

Comments
 (0)