misc: remove duplicate jquery from template (#8849)

This commit is contained in:
Frédéric Péters 2015-11-03 10:19:01 +01:00
parent 0037bab61d
commit 263bb962a9
1 changed files with 0 additions and 1 deletions

View File

@ -196,7 +196,6 @@
<div id="footer" class="footer hidden-print">
{% include "footer.html" %}
</div></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="{{ site_base }}{{ STATIC_URL }}js/jquery.stellar.min.js" ></script>
<script src="{{ site_base }}{{ STATIC_URL }}js/bootstrap.min.js" ></script>
<script src="{{ site_base }}{{ STATIC_URL }}js/app.js" ></script>