Skip to content

Commit

Permalink
Merge pull request #42 from joshdentremont/patch-1
Browse files Browse the repository at this point in the history
remove need for blocks to have the 'block' class
  • Loading branch information
rosiel authored Oct 26, 2023
2 parents 79c929e + 325c1da commit 4e7a3ef
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 4e7a3ef

Please sign in to comment.