Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoppedwumm committed Oct 7, 2024
1 parent bde901a commit 014c599
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 014c599

Please sign in to comment.