Files @ a7a49d83b13c
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/_scripts.html

Brett Smith
js: Host jQuery, don't use a CDN.

jQuery 3.2.1 downloaded directly from
<https://code.jquery.com/jquery-3.2.1.js>;.

Licesnse from
<https://github.com/jquery/jquery/blob/3.2.1/LICENSE.txt>;.
1
2
3
4
5
6
7
8
{% load compress %}
{% load staticfiles %}

{% compress js %}
  <script src='{% static "js/jquery.js" %}'></script>
  <script src='{% static "bootstrap/javascripts/bootstrap.min.js" %}'></script>
  <script src='{% static "js/site.js" %}'></script>
{% endcompress %}