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:
Willy "Linty
2023-12-26 10:22:50 +01:00
parent d58dba671e
commit 5c90a44df9

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();