Skip to content

Commit

Permalink
Merge pull request #18 from Stoppedwumm:revert-17-comment
Browse files Browse the repository at this point in the history
„Add comment“ wiederherstellen
  • Loading branch information
Stoppedwumm authored Oct 7, 2024
2 parents cccd066 + 5a74d3f commit 78b0ccb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ 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 78b0ccb

Please sign in to comment.