Ship jQuery with binder

Up to now jQuery has been the only resource required by binder which users had
to load from the internet. To enable binder to work in environments where no
internet access is available this commit adds jQuery 2.1.3 to binders static
files so no internet access is necessary anymore for using binder.
This commit is contained in:
Daniel Roschka 2015-04-01 15:22:13 +02:00
parent 0da5e9ba89
commit a5ebc7bad7
2 changed files with 5 additions and 1 deletions

4
binder/static/jquery-2.1.3.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@
{% endblock header %}
<body>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="{{ STATIC_URL }}jquery-2.1.3.min.js"></script>
<script src="{{ STATIC_URL }}bootstrap/js/bootstrap.min.js"></script>
<div class="container-fluid">