Skip to content

Commit

Permalink
Remove unnecessary auto-collapse after resetting selector filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Aug 29, 2024
1 parent 4b6ea4f commit 24e726e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/asset/js/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ var Omeka = {
parent.children('span.selector-child-count').text(count);
});
if (filter == '') {
selector.find('li.selector-parent').removeClass('show');
$('.filter-match').removeClass('filter-match');
}
selector.find('span.selector-total-count').text(totalCount);
Expand Down

0 comments on commit 24e726e

Please sign in to comment.