Skip to content

Commit

Permalink
Fix "more>>" modal popup on facets (#850)
Browse files Browse the repository at this point in the history
# Story

Ref #841

Add link to shared/modal in the layout for the adl theme.

# Expected Behavior Before Changes

Nothing happens when clicking "more>>" on the facets list.

# Expected Behavior After Changes

Modal opens correctly.

# Screenshots / Video

<details>
<summary></summary>

![Screenshot 2024-10-07 at 6 43
37 PM](https://github.com/user-attachments/assets/05893336-5e91-4739-8c4d-880a4ce27c63)

</details>

# Notes
  • Loading branch information
laritakr authored Oct 8, 2024
2 parents 092737d + 52b23b4 commit f1e55a8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@

</div><!-- /#content-wrapper -->
<%= render partial: 'shared/footer' %>
<%# TODO: Do we still need this? Where is ajax_modal supposed to come from? %>
<%#= render 'shared/ajax_modal' %>
<%= render 'shared/modal' %>
</body>
</html>

0 comments on commit f1e55a8

Please sign in to comment.