mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 03:06:04 +02:00
* A few MCI codes
* Fix timer/flicker bug @ connect ANSI term size detection
This commit is contained in:
parent
4288c5b2e9
commit
ff5d568259
4 changed files with 20 additions and 6 deletions
|
@ -92,6 +92,7 @@ function submitApplication(callingMenu, formData, extraArgs) {
|
|||
affiliation : formData.value.affils,
|
||||
email_address : formData.value.email,
|
||||
web_address : formData.value.web,
|
||||
timestamp : new Date().toISOString(),
|
||||
|
||||
// :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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue