Skip to content

Commit

Permalink
i'm stopid
Browse files Browse the repository at this point in the history
  • Loading branch information
OshidaBCF committed Jan 12, 2024
1 parent 1a8259b commit 5a37a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/arma3.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function parseArmaModpackPreset()
modName = row.querySelector('[data-type="DisplayName"]').innerHTML
modName = modName.replace('&amp;', /&/).replace('&lt;', /</).replace('&gt;', />/).replace('&quot;', /'/).replace('&apos;', /"/)
modName = modName.replaceAll(regex, "")
output += modName + ";"
output += "@" + modName + ";"
}
output = output.replaceAll(" ", " ").slice(0, -1)
document.getElementById("modString").textContent = output
Expand Down

0 comments on commit 5a37a4e

Please sign in to comment.