mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-30 22:46:17 +02:00
* Minor changes & cleanup
This commit is contained in:
parent
79e533468a
commit
4cf10ba85c
5 changed files with 23 additions and 5 deletions
|
@ -23,10 +23,7 @@ function MessageAreaModule(options) {
|
|||
|
||||
this.menuMethods = {
|
||||
changeArea : function(formData, extraArgs) {
|
||||
// :TODO: really, we just need to go to a menu with a list of areas to select from and call a @systemMethod:setMessageArea() call with fallback to here
|
||||
self.client.user.persistProperty('message_area_id', 2, function persisted(err) {
|
||||
|
||||
}); // :TODO: just for testing
|
||||
// :TODO: clean this code up
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue