Skip to content

Commit

Permalink
Fix Tagit lines for closing
Browse files Browse the repository at this point in the history
  • Loading branch information
bertocode committed Jul 27, 2015
1 parent 0e1a6e8 commit 6cc4efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/assets/javascript/tagit.js
Expand Up @@ -327,7 +327,7 @@
tag.element = $('<li class="tagit-choice"'
+ (value !== undefined ? ' tagValue="' + value + '"' : '') + '>'
+ (this.options.sortable == 'handle' ? '<a class="ui-icon ui-icon-grip-dotted-vertical" style="float:left"></a>' : '')
+ label + '<a class="fa fa-minus-circle tagit-close"></a></li>');
+ label + '<a class="fa fa-times-circle tagit-close"></a></li>');
tag.element.insertBefore(this.input.parent());
this.tagsArray.push(tag);

Expand Down

0 comments on commit 6cc4efa

Please sign in to comment.