mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Explicitly set async to false for user list
This commit is contained in:
parent
20956c4966
commit
c197d15a28
@ -104,7 +104,7 @@ egw.extend('user', egw.MODULE_GLOBAL, function()
|
||||
function(data) {
|
||||
accountStore = jQuery.extend(true, {}, data||{});
|
||||
}, this, false
|
||||
).sendRequest();
|
||||
).sendRequest(false);
|
||||
}
|
||||
if(type == 'both')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user