Skip to content

Commit

Permalink
Fix overlooked jquery link
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Oct 10, 2024
1 parent 7c4f7f9 commit 1f4522c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>{{ request.event.name }} room info</title>
{% compress js %}
<script src="{% static "vendored/jquery-3.1.1.js" %}"></script>
<script src="{% static "js/jquery.js" %}"></script>
{% endcompress %}
<script src="{% static "pretalx_broadcast_tools/generic.js" %}"></script>
<script src="{% static "pretalx_broadcast_tools/room_info.js" %}"></script>
Expand Down

0 comments on commit 1f4522c

Please sign in to comment.