Skip to content

Commit 7828f9f

Browse files
committed
Use minified chosen js
1 parent daf35ef commit 7828f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/templates/dojo/calendar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<br/><br/>
3333
{% endblock %}
3434
{% block postscript %}
35-
<script type="application/javascript" src="{% static "chosen/chosen.jquery.js" %}"></script>
35+
<script type="application/javascript" src="{% static "chosen/chosen.jquery.min.js" %}"></script>
3636
<script>
3737
$(function () {
3838
$(".chosen-select").chosen({disable_search_threshold: 10});

0 commit comments

Comments
 (0)