mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Syntax / indent
This commit is contained in:
parent
85e67e5fa1
commit
39f426c789
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@
|
|||
c.params['mailbox_quota'] += "M";
|
||||
}
|
||||
else {c.params['mailbox_quota'] = 0;}
|
||||
c.params['domain']=c.params['domain'].slice(1);
|
||||
c.params['domain'] = c.params['domain'].slice(1);
|
||||
|
||||
c.api('POST', '/users', c.params.toHash(), function(data) {
|
||||
c.redirect_to('#/users');
|
||||
|
|
Loading…
Reference in a new issue