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 e66c5ea commit 5df233a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icons/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
document.addEventListener("load", (event) => {
setTimeout(()=>{
if (typeof SurveyCreatorCore !== "undefined") {
new SurveyCreatorCore.SurveyCreatorModel({}); // Register Survey Creator icons
}
Expand All @@ -23,4 +23,4 @@ document.addEventListener("load", (event) => {
<span class="icon-name">icon-` + name + `</span>`;
document.getElementById("icons").appendChild(element);
});
});
}, 5000);

0 comments on commit 5df233a

Please sign in to comment.