Skip to content

Commit 4e7a3ef

Browse files
authored
Merge pull request #42 from joshdentremont/patch-1
remove need for blocks to have the 'block' class
2 parents 79c929e + 325c1da commit 4e7a3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/facets/facets-views-ajax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
// Replace filter, pager, summary, and facet blocks.
128128
var blocks = {};
129129
$(
130-
".block[class*='block-plugin-id--islandora-advanced-search-result-pager'], .block[class*='block-plugin-id--views-exposed-filter-block'], .block[class*='block-facets']"
130+
"[class*='block-plugin-id--islandora-advanced-search-result-pager'], [class*='block-plugin-id--views-exposed-filter-block'], [class*='block-facets']"
131131
).each(function () {
132132
var id = $(this).attr("id");
133133
var block_id = id

0 commit comments

Comments
 (0)