Skip to content

Commit 097ad91

Browse files
Add incident description cutoff script to incident list (#116)
1 parent 556a172 commit 097ad91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

OpenOversight/app/templates/incident_list.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ <h3>
3838
</a>
3939
{% endif %}
4040
{% endblock list %}
41+
{% block js_footer %}
42+
<script src="{{ url_for('static', filename='js/incidentDescription.js') }}"></script>
43+
{% endblock %}

0 commit comments

Comments
 (0)