Skip to content

Commit

Permalink
Merge pull request #3126 from projectblacklight/backport-2842
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo authored Jan 18, 2024
2 parents 61faa6c + a90bb2b commit 45a3dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/blacklight/facet_field_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="more_facets">
<%= link_to t("more_#{@facet_field.key}_html", scope: 'blacklight.search.facets', default: :more_html, field_name: @facet_field.label),
@facet_field.modal_path,
data: { blacklight_modal: 'trigger' } %>
data: { blacklight_modal: 'trigger', turbo: false } %>
</div>
<% end %>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/shared/_modal.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="blacklight-modal" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">
<div id="blacklight-modal" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true" data-turbo="false">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
</div>
Expand Down

0 comments on commit 45a3dfa

Please sign in to comment.