Skip to content
Snippets Groups Projects
Commit d8fcd549 authored by Iva's avatar Iva Committed by Joris Vercammen
Browse files

Issue #2985159 by Aurif3x: AJAX update breaks soft-limits

parent 14fb6907
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
// Hide facets over the limit.
facetsList.each(function() {
$(this).children('li:gt(' + zero_based_limit + ')').once().hide();
$(this).children('li:gt(' + zero_based_limit + ')').once('applysoftlimit').hide();
});
// Add "Show more" / "Show less" links.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment