File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff 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 %}
Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments