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

Merge branch 'nelgin/xtrn_tail' into 'master'

Nelgin/xtrn tail

See merge request !48
parents 8d57fc30 e7a95776
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,12 @@ function external_program_menu(xsec)
}
console.crlf();
}
if(bbs.menu_exists("xtrn" + secnum + "_tail")) {
bbs.menu("xtrn" + secnum + "_tail");
}
else if(bbs.menu_exists("xtrn" + seccode + "_tail")) {
bbs.menu("xtrn" + seccode + "_tail");
}
bbs.node_sync();
console.mnemonics(options.which);
}
......
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