diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-01-04 11:19:42 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-01-04 11:19:42 +0100 |
commit | 7e0d2d9d13ff862597b689bc8cd3195dc065bf9b (patch) | |
tree | 92c468c74c19d755848a6d5c5201e1876a435e25 /program/js/app.js | |
parent | 4e040e304f330c454a062a6cc30e0852daf381aa (diff) | |
parent | 4957530dec4fea360bac9e5da8f8d5b2ad51cd9b (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/app.js b/program/js/app.js index 44afd5c7c..da102143f 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -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]; } |