mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 22:54:37 +02:00
* Allow pause to be 'true'
This commit is contained in:
parent
9120cc9e18
commit
4505ad17e2
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ MenuModule.prototype.finishedLoading = function() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if('end' === self.menuConfig.pause) {
|
if('end' === self.menuConfig.pause || true === self.menuConfig.pause) {
|
||||||
// :TODO: really need a client.term.pause() that uses the correct art/etc.
|
// :TODO: really need a client.term.pause() that uses the correct art/etc.
|
||||||
self.client.waitForKeyPress(function kp(ch, key) {
|
self.client.waitForKeyPress(function kp(ch, key) {
|
||||||
nextAction();
|
nextAction();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue