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:
commit
3fc43f40ab
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user