re-add lost group_delete js event

pull/159/head
JohnDoh 11 years ago
parent 14ace838c1
commit 1fdb55a99e

@ -5048,6 +5048,7 @@ function rcube_webmail()
{
var key = 'G'+prop.source+prop.id;
if (this.treelist.remove(key)) {
this.triggerEvent('group_delete', { source:prop.source, id:prop.id });
delete this.env.contactfolders[key];
delete this.env.contactgroups[key];
}

Loading…
Cancel
Save