From f480ddfa34c87768458b5bd5da64317f808e5cb4 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sat, 14 Feb 2009 01:41:59 +0000 Subject: [PATCH] Set console.abortable to true. --- exec/lbshell.js | 1 + 1 file changed, 1 insertion(+) diff --git a/exec/lbshell.js b/exec/lbshell.js index 76e266be98..0605abf77f 100644 --- a/exec/lbshell.js +++ b/exec/lbshell.js @@ -583,6 +583,7 @@ var mainbar=new Mainbar; draw_main(true); var next_key=''; +console.abortable=false; while(bbs.online) { var done=0; var key=next_key; -- GitLab