2 commits - plugins/kolab_tags

Aleksander Machniak machniak at kolabsys.com
Tue Aug 5 14:21:03 CEST 2014


 plugins/kolab_tags/kolab_tags.js |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit ea66a94dab461ac01979173f5d53f2d713adab9d
Merge: 1893eb9 934b0e4
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Tue Aug 5 05:34:05 2014 -0400

    Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube



commit 1893eb9f650615ae526ef952d01c3d549fa63ec3
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Tue Aug 5 05:32:48 2014 -0400

    Update tags selector after updating/creating/deleting a tag (#3254)

diff --git a/plugins/kolab_tags/kolab_tags.js b/plugins/kolab_tags/kolab_tags.js
index 9599529..e9332a2 100644
--- a/plugins/kolab_tags/kolab_tags.js
+++ b/plugins/kolab_tags/kolab_tags.js
@@ -388,6 +388,9 @@ function update_tags(response)
         message_list_select(list);
     }
 
+    // reset tag selector popup
+    tag_selector_element = null;
+
     // @TODO: sort tags by name/prio
 }
 




More information about the commits mailing list