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

Move the 'Q' hotspot to just *after* the display of the prompt

Fixes issue #645
parent c14f3757
Branches
Tags
1 merge request!455Update branch with changes from master
......@@ -122,8 +122,8 @@ function display_menu(thisuser) {
,thisuser.settings & USER_AUTOHANG ? "(Auto-Hangup)" : ''));
console.add_hotspot('W');
console.putmsg(bbs.text(UserDefaultsPassword));
console.add_hotspot('Q');
console.putmsg(bbs.text(UserDefaultsWhich));
console.add_hotspot('Q');
}
var cfglib = load({}, "cfglib.js");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment