Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomPerson3465 committed Sep 15, 2024
1 parent bb82014 commit 51e129c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion top50/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2484,7 +2484,7 @@ const loadFireIcons = () => {
<div style="margin-left: 0.5em;">${escapeHTML(fireIcon.name)}</div>
<div style="margin-left: 0.5em;"><b>Threshold: ${escapeHTML(fireIcon.threshold)}</b></div>
</div>
<div>${include}</div>
<div>${escapeHTML(include)}</div>
<div><button onclick="deleteFireIcon(${i})">Delete</button></div>
</div>`
div.innerHTML += html;
Expand Down

0 comments on commit 51e129c

Please sign in to comment.