(cp 5c90a44) fixes #2076 remove an unnecessary line

When clear is clicked in the "album" filter but the "tag" filter is activated, the clear action in the "album" filter does not work. Because of this line.

Clear action in the album filter was clearing both album and tag filters.
This commit is contained in:
plegall
2023-12-26 10:27:33 +01:00
parent 021d8f3cca
commit bde88d4674

View File

@@ -155,7 +155,6 @@ $(document).ready(function () {
}
$(".filter-album .filter-actions .clear").on('click', function () {
$("#tag-search")[0].selectize.clear();
$(".filter-album .search-params input[value='AND']");
related_categories_ids = [];
$(".selected-categories-container").empty();