1
0
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:
Tim 2016-07-01 03:41:39 +02:00 committed by GitHub
parent 215f19a1e5
commit 46b177ab5d

View File

@ -323,7 +323,7 @@
this._tagInput.val('');
// insert tag
this._tagInput.parent().before(tag);
this._tagInput.parent().after(tag);
},
removeTag: function (tag, animate) {
if (typeof animate === 'undefined') {
@ -362,4 +362,4 @@
});
})(jQuery);
})(jQuery);