mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-26 23:54:25 +01:00
Tags under filter search bar
Ensure the selected tags appear below the tags filter search bar.
This commit is contained in:
parent
215f19a1e5
commit
46b177ab5d
2
js/3rdparty/tag-it.js
vendored
2
js/3rdparty/tag-it.js
vendored
@ -323,7 +323,7 @@
|
|||||||
this._tagInput.val('');
|
this._tagInput.val('');
|
||||||
|
|
||||||
// insert tag
|
// insert tag
|
||||||
this._tagInput.parent().before(tag);
|
this._tagInput.parent().after(tag);
|
||||||
},
|
},
|
||||||
removeTag: function (tag, animate) {
|
removeTag: function (tag, animate) {
|
||||||
if (typeof animate === 'undefined') {
|
if (typeof animate === 'undefined') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user