Skip to content

Commit

Permalink
Update to jquery 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrakel committed Oct 1, 2020
1 parent 974c51a commit 34bab5f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions puppetboard/static/jquery-3.4.1/jquery.min.js

This file was deleted.

1 change: 0 additions & 1 deletion puppetboard/static/jquery-3.4.1/jquery.min.map

This file was deleted.

2 changes: 2 additions & 0 deletions puppetboard/static/jquery-3.5.1/jquery.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions puppetboard/static/jquery-3.5.1/jquery.min.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions puppetboard/templates/layout.html
Expand Up @@ -23,14 +23,14 @@
<link href="{{ url_for('static', filename='css/puppetboard.css') }}" rel="stylesheet" />

{% if config.OFFLINE_MODE %}
<script src="{{ url_for('static', filename='jquery-3.4.1/jquery.min.js') }}"></script>
<script src="{{ url_for('static', filename='jquery-3.5.1/jquery.min.js') }}"></script>
<script src="{{ url_for('static', filename='jquery-datatables-1.10.13/jquery.dataTables.min.js') }}"></script>
<script src="{{ url_for('static', filename='jquery-datatables-1.10.13/dataTables.semanticui.min.js') }}"></script>
{% if config.LOCALISE_TIMESTAMP %}
<script src="{{ url_for('static', filename='moment.js-2.7.0/moment.min.js') }}"></script>
{% endif %}
{% else %}
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/datatables/1.10.13/js/jquery.dataTables.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/datatables/1.10.13/js/dataTables.semanticui.min.js"></script>
{% if config.LOCALISE_TIMESTAMP %}
Expand Down

0 comments on commit 34bab5f

Please sign in to comment.