From 543463aa37952f1fdeffcb7c8bb56a915b16f1b3 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sat, 3 Dec 2005 20:21:01 +0000 Subject: [PATCH] Set bbs.command_str to an emptry string BEFORE load()ing str_cmds.js --- exec/classic_shell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/classic_shell.js b/exec/classic_shell.js index a04bd3db0b..52f668e5a8 100644 --- a/exec/classic_shell.js +++ b/exec/classic_shell.js @@ -26,8 +26,8 @@ load("sbbsdefs.js"); load("coldfuncs.js"); -load("str_cmds.js"); bbs.command_str=''; // Clear STR (Contains the EXEC for default.js) +load("str_cmds.js"); var str; // Set return point for main menu commands (via end_cmd) -- GitLab