Summary: Update Secretariat jQuery version to the same as the rest of

the site (1.11.1) to make the people selection widget work
 - Legacy-Id: 8704
This commit is contained in:
Ole Laursen 2014-11-24 15:33:55 +00:00
parent 4bb48ac831
commit 6a7f3d981d

View file

@ -11,7 +11,7 @@
{% block extrastyle %}{% endblock %}
{% block extrahead %}
<script type="text/javascript" src="{{ SECR_STATIC_URL }}js/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="/facelift/js/lib/jquery-1.11.1.min.js"></script>
{% endblock %}
{% block blockbots %}<meta name="robots" content="NONE,NOARCHIVE" />{% endblock %}