Skip to content

Commit

Permalink
Merge pull request #17 from Stoppedwumm:comment
Browse files Browse the repository at this point in the history
Add comment
  • Loading branch information
Stoppedwumm authored Oct 7, 2024
2 parents 3758ea0 + 014c599 commit cccd066
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 cccd066

Please sign in to comment.