mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Change queued AJAX to go async
This commit is contained in:
parent
565b28f18f
commit
fd737f10dc
@ -104,7 +104,7 @@ egw.extend('jsonq', egw.MODULE_GLOBAL, function() {
|
|||||||
{
|
{
|
||||||
// TODO: Passing this to the "home" application looks quite ugly
|
// TODO: Passing this to the "home" application looks quite ugly
|
||||||
var request = egw.json('home.queue', jobs_to_send, jsonq_callback, this)
|
var request = egw.json('home.queue', jobs_to_send, jsonq_callback, this)
|
||||||
request.sendRequest();
|
request.sendRequest(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user