Skip to content

Commit

Permalink
remove js/toggle-related.js line that was reintroduced in the trans…
Browse files Browse the repository at this point in the history
…lation rebase
  • Loading branch information
wes-otf committed Nov 20, 2024
1 parent 7a68e69 commit 5cc780c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ <h5 class="m-0">{% trans "Reminders" %}</h5>
<script src="{% static 'js/jquery.fancybox.min.js' %}"></script>
<script src="{% static 'js/fancybox-global.js' %}"></script>
<script src="{% static 'js/behaviours/collapse.js' %}"></script>
<script src="{% static 'js/toggle-related.js' %}"></script>
{% if request.user|can_translate_submission %}
<script src="{% static 'js/translate-application.js' %}"></script>
{% endif %}
Expand Down

0 comments on commit 5cc780c

Please sign in to comment.