From 014c599c487e19f3f5b135219adfc1e4e6cbe019 Mon Sep 17 00:00:00 2001 From: stoppedwumm Date: Mon, 7 Oct 2024 15:11:54 +0200 Subject: [PATCH] Add comment --- config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.js b/config.js index d96095c..bfc8b69 100644 --- a/config.js +++ b/config.js @@ -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) {