Skip to content

Commit ca9f40e

Browse files
authored
Fix usage docs around modals
1 parent 59bd4f3 commit ca9f40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/javascript/blacklight/modal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
4545
<div class="modal-body">
4646
<p>Some message</p>
47-
<%= link_to "This result will still be within modal", some_link, data: { blacklight: "preserve" } %>
47+
<%= link_to "This result will still be within modal", some_link, data: { blacklight_modal: "preserve" } %>
4848
</div>
4949
5050

0 commit comments

Comments
 (0)