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

Define 'xtrn_sec' in the global JS scope when an section is listed

This allows the use of JS:xtrn_sec @-code in the 'which' prompt string.
For Nelgin.
parent 0b50d69f
Branches
No related tags found
No related merge requests found
...@@ -106,6 +106,8 @@ function external_program_menu(xsec) ...@@ -106,6 +106,8 @@ function external_program_menu(xsec)
{ {
var i,j; var i,j;
js.global.xtrn_sec = xtrn_area.sec_list[xsec].name;
while(bbs.online) { while(bbs.online) {
console.aborted = false; console.aborted = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment