From 1893eb9f650615ae526ef952d01c3d549fa63ec3 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 5 Aug 2014 05:32:48 -0400 Subject: [PATCH] Update tags selector after updating/creating/deleting a tag (#3254) --- plugins/kolab_tags/kolab_tags.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/kolab_tags/kolab_tags.js b/plugins/kolab_tags/kolab_tags.js index 95995298..e9332a22 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 }