mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-02 16:01:55 +02:00
* Delete mods/login.js (not used)
* More fallbackMenuModule & gotoMenuModule clean up -- should all be using new system now
This commit is contained in:
parent
f7a7423b32
commit
b1be5cdff4
12 changed files with 16 additions and 85 deletions
|
@ -48,10 +48,7 @@ function AreaPostFSEModule(options) {
|
|||
console.log(msg);
|
||||
}
|
||||
|
||||
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 } );
|
||||
self.prevMenu();
|
||||
}
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue