From 4696594190d4b1e25151ce9203661e9bfa5b5520 Mon Sep 17 00:00:00 2001 From: Deon George Date: Mon, 17 Aug 2020 17:42:46 +1000 Subject: [PATCH] Fix typo in previous commit --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 5b54fbe..6df8b4e 100644 --- a/main.js +++ b/main.js @@ -327,7 +327,7 @@ while(bbs.online) { } } - if ((vewdata && read=='_') || (! viewdata && read == '#') || read == '\r') { + if ((viewdata && read=='_') || (! viewdata && read == '#') || read == '\r') { // Nothing typed between * and # // *# means go back if (cmd == '') {