plugins/kolab_tags

Aleksander Machniak machniak at kolabsys.com
Tue Aug 5 18:22:44 CEST 2014


 plugins/kolab_tags/kolab_tags.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ba17a19bf60e3f86e977b8536e7bbdeb3c3fb446
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Tue Aug 5 07:46:45 2014 -0400

    Exclude tag text when creating textual message representation in dragging layer (#3257)

diff --git a/plugins/kolab_tags/kolab_tags.js b/plugins/kolab_tags/kolab_tags.js
index 592a592..39bd9cf 100644
--- a/plugins/kolab_tags/kolab_tags.js
+++ b/plugins/kolab_tags/kolab_tags.js
@@ -599,7 +599,7 @@ function tag_find(uid)
 // create and return tag box element
 function tag_box_element(tag, del_btn)
 {
-    var span = $('<span class="tagbox"></span>')
+    var span = $('<span class="tagbox skip-on-drag"></span>')
         .text(tag.name).data('tag', tag.uid);
 
     tag_set_color(span, tag);




More information about the commits mailing list