From 438a81be18f14f09877046b12295550e4efece23 Mon Sep 17 00:00:00 2001 From: Adil Sadqi <42699429+AdilSadqi@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:54:25 +0100 Subject: [PATCH] Update main.js.download --- index_files/main.js.download | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index_files/main.js.download b/index_files/main.js.download index 3b26d85..5cc2cdd 100644 --- a/index_files/main.js.download +++ b/index_files/main.js.download @@ -148,6 +148,9 @@ function commander(cmd) { switch (cmd.toLowerCase()) { case "help": loopLines(help, "color2 margin", 80); + break; + case "menu": + loopLines(help, "color2 margin", 80); break; case "root": loopLines(root, "color2 margin", 80);