- Reverted change that removed response.callbacks

release-0.6
alecpl 15 years ago
parent 86f3aaf2b9
commit 50067d581a

@ -4931,6 +4931,11 @@ function rcube_webmail()
eval(response.exec);
}
// execute callback functions of plugins
if (response.callbacks && response.callbacks.length) {
for (var i=0; i < response.callbacks.length; i++)
this.triggerEvent(response.callbacks[i][0], response.callbacks[i][1]);
// process the response data according to the sent action
switch (response.action) {
case 'delete':

Loading…
Cancel
Save