We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d2ea8 commit 1fa5362Copy full SHA for 1fa5362
src/Scripts/onboarding-restart-button/onboarding-restart-button.js
@@ -87,6 +87,6 @@ function observeForThemeDiv() {
87
}
88
89
// Wait for the DOM to be fully loaded and then start observing
90
-window.addEventListener( 'DOMContentLoaded', function () {
+window.addEventListener( 'DOMContentLoaded', function() {
91
observeForThemeDiv();
92
} );
0 commit comments