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);