including jquery-1.10.1 into sources

This commit is contained in:
baccenfutter 2013-11-23 20:50:20 +01:00
parent 58dbeac559
commit 87902e0024
2 changed files with 7 additions and 1 deletions

View file

@ -140,7 +140,7 @@
</div> </div>
</div><!-- /.container --> </div><!-- /.container -->
{% endblock body %} {% endblock body %}
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> <script src="/static/js/jquery.min.js"></script>
<script src="/static/c-base-bootstrap/js/bootstrap.js"></script> <script src="/static/c-base-bootstrap/js/bootstrap.js"></script>
<script src="/static/c-base-bootstrap/js/bootstrap-transitions.js"></script> <script src="/static/c-base-bootstrap/js/bootstrap-transitions.js"></script>
<script src="/static/c-base-bootstrap/js/bootstrap-dropdown.js"></script> <script src="/static/c-base-bootstrap/js/bootstrap-dropdown.js"></script>

6
static/js/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long