mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 07:04:32 +02:00
* Fix some extraArgs stuff
* Minor updates to FSE related modules -- WIP!
This commit is contained in:
parent
d9b39fcaa6
commit
7990202317
5 changed files with 64 additions and 30 deletions
|
@ -441,9 +441,9 @@ Client.prototype.gotoMenuModule = function(options, cb) {
|
|||
self.detachCurrentMenuModule();
|
||||
|
||||
var loadOptions = {
|
||||
name : options.name,
|
||||
client : self,
|
||||
args : options.args
|
||||
name : options.name,
|
||||
client : self,
|
||||
extraArgs : options.extraArgs,
|
||||
};
|
||||
|
||||
menuUtil.loadMenu(loadOptions, function onMenuModuleLoaded(err, modInst) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue