mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 07:04:32 +02:00
* Minor fix + notes
This commit is contained in:
parent
903db84f23
commit
1082b6e39c
2 changed files with 5 additions and 1 deletions
|
@ -48,7 +48,9 @@ function AreaPostFSEModule(options) {
|
|||
console.log(msg);
|
||||
}
|
||||
|
||||
self.client.fallbackMenuModule();
|
||||
self.client.fallbackMenuModule( { }, function result(err) {
|
||||
// :TODO: how to best handle this??? fallbackMenuModule should prob inspect options & cb to be optional. gotoMenuModule() already has default cb
|
||||
});
|
||||
//self.client.gotoMenuModule( { name : self.menuConfig.fallback } );
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue