Skip to content

Commit

Permalink
Upgrade DataTables to 1.13.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Jul 26, 2023
1 parent 2d7ece6 commit bea072b
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 249 deletions.
4 changes: 2 additions & 2 deletions datarequest/templates/datarequest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block title %}{{ super() }} ‐ Datarequests overview{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('static', filename='lib/datatables-1.11.2/datatables.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='lib/datatables-1.13.5/datatables.min.css') }}">
<link rel="stylesheet" href="{{ url_for('datarequest_bp.static', filename='css/index.css') }}">
{% endblock style %}

Expand All @@ -13,7 +13,7 @@
dacrequests: '{{ dacrequests }}'
}
</script>
<script src="{{ url_for('static', filename='lib/datatables-1.11.2/datatables.min.js') }}"></script>
<script src="{{ url_for('static', filename='lib/datatables-1.13.5/datatables.min.js') }}"></script>
<script src="{{ url_for('datarequest_bp.static', filename='js/index.js') }}"></script>
{% endblock scripts %}

Expand Down
4 changes: 2 additions & 2 deletions deposit/templates/deposit/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block title %}{{ super() }} &dash; Deposit &dash; Add data{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('static', filename='lib/datatables-1.11.2/datatables.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='lib/datatables-1.13.5/datatables.min.css') }}">
<link rel="stylesheet" href="{{ url_for('deposit_bp.static', filename='lib/stepper/bs-stepper.custom.css') }}">
<link rel="stylesheet" href="{{ url_for('deposit_bp.static', filename='css/deposit.css') }}">
{% endblock style %}
Expand All @@ -13,7 +13,7 @@
var path = {{ path|tojson|safe }};
var view = 'browse';
</script>
<script src="{{ url_for('static', filename='lib/datatables-1.11.2/datatables.min.js') }}"></script>
<script src="{{ url_for('static', filename='lib/datatables-1.13.5/datatables.min.js') }}"></script>
<script src="{{ url_for('deposit_bp.static', filename='lib/flow-js/flow.min.js') }}"></script>
<script src="{{ url_for('deposit_bp.static', filename='lib/dragbetter-js/jquery.dragbetter.js') }}"></script>
<script src="{{ url_for('deposit_bp.static', filename='js/data.js') }}"></script>
Expand Down
4 changes: 2 additions & 2 deletions deposit/templates/deposit/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block title %}{{ super() }} &dash; Deposit &dash; My deposits{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('static', filename='lib/datatables-1.11.2/datatables.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='lib/datatables-1.13.5/datatables.min.css') }}">
<link rel="stylesheet" href="{{ url_for('deposit_bp.static', filename='css/overview.css') }}">
{% endblock style %}

Expand All @@ -12,7 +12,7 @@
var browseStartDir = dir = path = {{ path|tojson|safe }};
var view = 'browse';
</script>
<script src="{{ url_for('static', filename='lib/datatables-1.11.2/datatables.min.js') }}"></script>
<script src="{{ url_for('static', filename='lib/datatables-1.13.5/datatables.min.js') }}"></script>
<script src="{{ url_for('deposit_bp.static', filename='js/overview.js') }}"></script>
{% endblock scripts %}

Expand Down
4 changes: 2 additions & 2 deletions research/templates/research/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block title %}{{ super() }} &dash; Research{% endblock title %}

{% block scripts %}
<script src="{{ url_for('static', filename='lib/datatables-1.11.2/datatables.min.js') }}"></script>
<script src="{{ url_for('static', filename='lib/datatables-1.13.5/datatables.min.js') }}"></script>
<script src="{{ url_for('research_bp.static', filename='lib/flow-js/flow.min.js') }}"></script>
<script src="{{ url_for('research_bp.static', filename='js/research.js') }}"></script>
<script src="{{ url_for('research_bp.static', filename='js/dlgFileBrowseOperations.js') }}"></script>
Expand All @@ -16,7 +16,7 @@

{% block style %}
<link rel="stylesheet" href="{{ url_for('research_bp.static', filename='css/research.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='lib/datatables-1.11.2/datatables.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='lib/datatables-1.13.5/datatables.min.css') }}">
{% endblock style %}

{% block content %}
Expand Down
4 changes: 2 additions & 2 deletions search/templates/search/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
{% block title %}{{ super() }} &dash; Search{% endblock title %}

{% block scripts %}
<script src="{{ url_for('static', filename='lib/datatables-1.11.2/datatables.min.js') }}"></script>
<script src="{{ url_for('static', filename='lib/datatables-1.13.5/datatables.min.js') }}"></script>
<script src="{{ url_for('search_bp.static', filename='js/revision.js') }}"></script>
<script src="{{ url_for('search_bp.static', filename='js/search.js') }}"></script>
{% endblock scripts %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('search_bp.static', filename='css/search.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='lib/datatables-1.11.2/datatables.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='lib/datatables-1.13.5/datatables.min.css') }}">
{% endblock style %}

{% block content %}
Expand Down
17 changes: 0 additions & 17 deletions static/lib/datatables-1.11.2/datatables.min.css

This file was deleted.

Loading

0 comments on commit bea072b

Please sign in to comment.