* Code cleanup + comments

* Fix message area access in NUA path
This commit is contained in:
Bryan Ashby 2015-10-18 21:24:13 -06:00
parent e36507fec1
commit 549fba6b34
6 changed files with 56 additions and 68 deletions

View file

@ -97,6 +97,9 @@ function submitApplication(callingMenu, formData, extraArgs) {
account_created : new Date().toISOString(),
message_area_name : getDefaultMessageArea().name,
term_height : client.term.termHeight,
term_width : client.term.termWidth,
// :TODO: This is set in User.create() -- proabbly don't need it here:
//account_status : Config.users.requireActivation ? user.User.AccountStatus.inactive : user.User.AccountStatus.active,