Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov authored Dec 9, 2024
1 parent d89b509 commit 566ca6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icons/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
document.addEventListener("DOMContentLoaded", (event) => {
document.addEventListener("load", (event) => {
if (typeof SurveyCreatorCore !== "undefined") {
new SurveyCreatorCore.SurveyCreatorModel({}); // Register Survey Creator icons
}
Expand Down

0 comments on commit 566ca6f

Please sign in to comment.