Skip to content

Commit

Permalink
Include fuzzy.js on non logged pages; closes #16758
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Apr 8, 2024
1 parent 3abeb83 commit a0ec58e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/layout/page_card_notlogged.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
{% if js_files is not defined %}
{% set js_files = [
{'path': 'public/lib/base.js'},
{'path': 'js/common.js'}
{'path': 'js/common.js'},
{'path': 'public/lib/fuzzy.js'}
] %}
{% endif %}

Expand Down

0 comments on commit a0ec58e

Please sign in to comment.