Skip to content

Commit f42f653

Browse files
committed
add to packets too
1 parent 1bb15a8 commit f42f653

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

packet/templates/active_packets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h4 class="page-title">Active Packets</h4>
111111

112112
{% block scripts %}
113113
{{ super() }}
114-
<script src="{{ url_for('static', filename='js/active-packets.min.js') }}"></script>
114+
<script src="{{ url_for('static', filename='js/pfp-zoom.min.js') }}"></script>
115115
{% if info.realm == "csh" %}
116116
<script src="{{ url_for('static', filename='js/tables.min.js') }}"></script>
117117
{% endif %}

packet/templates/packet.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,7 @@ <h5>Upperclassmen Score - {{ '%0.2f' % upper_score }}%</h5>
192192
</div>
193193
</div>
194194
{% endblock %}
195+
{% block scripts %}
196+
{{ super() }}
197+
<script src="{{ url_for('static', filename='js/pfp-zoom.min.js') }}"></script>
198+
{% endblock %}

0 commit comments

Comments
 (0)