Skip to content

Commit

Permalink
remove need for blocks to have the 'block' class
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdentremont authored Oct 24, 2023
1 parent 79c929e commit 325c1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/facets/facets-views-ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
// Replace filter, pager, summary, and facet blocks.
var blocks = {};
$(
".block[class*='block-plugin-id--islandora-advanced-search-result-pager'], .block[class*='block-plugin-id--views-exposed-filter-block'], .block[class*='block-facets']"
"[class*='block-plugin-id--islandora-advanced-search-result-pager'], [class*='block-plugin-id--views-exposed-filter-block'], [class*='block-facets']"
).each(function () {
var id = $(this).attr("id");
var block_id = id
Expand Down

0 comments on commit 325c1da

Please sign in to comment.