Skip to content

Commit

Permalink
fixed fire counters not actually working
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcountss committed Sep 17, 2024
1 parent 9d10d63 commit 2f0ce5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions top50/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ let pickingChannels = false;
let quickSelecting = false;
let odometers = [];
function escapeHTML(text) {
text = text.toString();
return text
.replace(/&/g, "&")
.replace(/</g, "&lt;")
Expand Down

0 comments on commit 2f0ce5f

Please sign in to comment.