From 5a74d3ff8213eb5ba2adeb2208a1cbaaf54d83ef Mon Sep 17 00:00:00 2001 From: Stoppedwumm <129097720+Stoppedwumm@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:12:40 +0200 Subject: [PATCH] Revert "Add comment" --- config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.js b/config.js index bfc8b69..d96095c 100644 --- a/config.js +++ b/config.js @@ -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) {