mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Explicitly set async to false for user list
This commit is contained in:
parent
590446a701
commit
20956c4966
@ -103,7 +103,7 @@ egw.extend('user', egw.MODULE_GLOBAL, function()
|
||||
egw.json('EGroupware\\Api\\Framework::ajax_user_list',[],
|
||||
function(data) {
|
||||
accountStore = jQuery.extend(true, {}, data||{});
|
||||
}
|
||||
}, this, false
|
||||
).sendRequest();
|
||||
}
|
||||
if(type == 'both')
|
||||
|
Loading…
Reference in New Issue
Block a user