portail-citoyen: local.js dans le base.html général

This commit is contained in:
Thomas NOËL 2015-01-27 15:25:35 +01:00
parent 57cc9b79aa
commit abc2daeb25
2 changed files with 1 additions and 1 deletions

View File

@ -132,6 +132,7 @@
{% endif %}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="{{ portal_url }}{{ STATIC_URL }}portail_citoyen/js/local.js"></script>
<script>
jQuery('#messages').delay(3000*(1+{{ messages|length }})).fadeOut('slow');
</script>

View File

@ -6,7 +6,6 @@
{% block extra_scripts %}
[script]
<script type="text/javascript" src="[theme_url]/js/local.js"></script>
{% endblock %}
{% block awesome_css %}