mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-17 14:54:33 +01:00
Correct remove tag filtering problem
This commit is contained in:
parent
228832d954
commit
e75a0174a7
@ -17,7 +17,7 @@ $(document).ready(function() {
|
||||
$('#tag_filter input').tagit({
|
||||
allowSpaces: true,
|
||||
availableTags: fullTags,
|
||||
onTagRemoved: filterTagsChanged
|
||||
onTagFinishRemoved: filterTagsChanged
|
||||
}).tagit('option', 'onTagAdded', filterTagsChanged);
|
||||
getBookmarks();
|
||||
|
||||
|
@ -360,6 +360,7 @@
|
||||
} else {
|
||||
tag.remove();
|
||||
}
|
||||
this._trigger('onTagFinishRemoved', null, tag);
|
||||
},
|
||||
|
||||
removeAll: function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user