Skip to content
Snippets Groups Projects
Commit 148c26e0 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo: js.terminated, not js.terminate

parent 2394d15a
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@ function select_file_area()
function main_info()
{
while(bbs.online && !js.terminate) {
while(bbs.online && !js.terminated) {
if(!(user.settings & USER_EXPERT))
bbs.menu("maininfo");
bbs.nodesync();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment