doctype refactor first commit
This commit is contained in:
parent
c805422b3d
commit
a6952c935c
@ -232,7 +232,7 @@ $.extend(wn.pages.users, {
|
||||
$c_page('utilities', 'users', 'add_user', v, function(r,rt) {
|
||||
if(r.exc) { msgprint(r.exc); return; }
|
||||
else {
|
||||
wn.boot.user_info[v.user] = {fullname:v.first_name + ' ' + v.last_name};
|
||||
wn.boot.user_info[v.user] = {fullname:v.first_name + ' ' + (v.last_name || '')};
|
||||
d.hide();
|
||||
me.refresh();
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
821
|
||||
825
|
Loading…
Reference in New Issue
Block a user