Merge pull request #370 from ThomasWaldmann/upgrade-static

upgrade jquery from 3.2.1 to 3.3.1, fixes #366
This commit is contained in:
TW 2018-10-01 16:09:36 +02:00 committed by GitHub
commit 3fc43f40ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
<!-- note: keep jQuery and bootstrap js here,
stuff in the include / block right below might depend on it!
-->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
{% include "includes/base_head.html" %}
{% block html_head %}{% endblock %}