Get JQuery over HTTPS to prevent browsers from blocking it
This commit is contained in:
parent
8bf4379731
commit
d7c2e6fa90
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ JQuery available.
|
||||||
|
|
||||||
<!-- Import JQuery and warn if there is a problem -->
|
<!-- Import JQuery and warn if there is a problem -->
|
||||||
{% block jquery_import %}
|
{% block jquery_import %}
|
||||||
<script src="http://code.jquery.com/jquery-2.1.1.min.js" type="text/javascript" charset="utf-8"></script>
|
<script src="https://code.jquery.com/jquery-2.1.1.min.js" type="text/javascript" charset="utf-8"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<script type="text/javascript" charset="utf-8">
|
<script type="text/javascript" charset="utf-8">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue