Skip to content

Commit

Permalink
Merge pull request #20 from Stoppedwumm:comment
Browse files Browse the repository at this point in the history
Remove the dot
  • Loading branch information
Stoppedwumm authored Oct 7, 2024
2 parents 78b0ccb + 97c3952 commit abdaa50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ if (!config.enableArch) {
}

console.log("Executed")
/**
* Arch button click handler.
* If config.enableArch is true, opens the arch Eaglercraft client.
* If config.enableArch is false, shows an alert dialog saying "Arch is disabled"
*/
document.getElementById("archB").onclick = () => {
console.log("Arch")
if (config.enableArch) {
Expand Down

0 comments on commit abdaa50

Please sign in to comment.