* Fix word wrap bug introduced prior -- use 'expand' not 'expandTabs'
* Notes on better access of views by ID * Work on apply process a bit * Replies can now be saved
This commit is contained in:
@@ -50,7 +50,8 @@ function AreaPostFSEModule(options) {
|
||||
console.log(msg);
|
||||
}
|
||||
|
||||
self.client.gotoMenuModule( { name : self.menuConfig.fallback } );
|
||||
self.client.fallbackMenuModule();
|
||||
//self.client.gotoMenuModule( { name : self.menuConfig.fallback } );
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user