Skip to content

Commit

Permalink
remove old jquery/datatable code
Browse files Browse the repository at this point in the history
  • Loading branch information
open-risk committed Sep 21, 2024
1 parent 2c84e84 commit eb8363a
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 32,237 deletions.
2 changes: 1 addition & 1 deletion policy/templates/policy/dataflow_country.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% block extrahead %}
{{ block.super }}
<script type="text/javascript" charset="utf-8"
src="{% static 'start/js/datatables/media/js/jquery.dataTables.js' %}"></script>
src="{% static 'start/js/datatables/media/js/datatable.js' %}"></script>
{% endblock %}

{% block extrastyle %}
Expand Down
2 changes: 1 addition & 1 deletion policy/templates/policy/dataflow_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% block extrahead %}
{{ block.super }}
<script type="text/javascript" charset="utf-8"
src="{% static 'start/js/datatables/media/js/jquery.dataTables.js' %}"></script>
src="{% static 'start/js/datatables/media/js/datatable.js' %}"></script>
{% endblock %}

{% block extrastyle %}
Expand Down
2 changes: 1 addition & 1 deletion policy/templates/policy/dataseries_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% block extrahead %}
{{ block.super }}
<script type="text/javascript" charset="utf-8"
src="{% static 'start/js/datatables/media/js/jquery.dataTables.js' %}"></script>
src="{% static 'start/js/datatables/media/js/datatable.js' %}"></script>
{% endblock %}

{% block extrastyle %}
Expand Down
2 changes: 1 addition & 1 deletion policy/templates/policy/statistics.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% block extrahead %}
{{ block.super }}
<script type="text/javascript" charset="utf-8"
src="{% static 'start/js/datatables/media/js/jquery.dataTables.js' %}"></script>
src="{% static 'start/js/datatables/media/js/datatable.js' %}"></script>
{% endblock %}

{% block extrastyle %}
Expand Down
2 changes: 1 addition & 1 deletion policy/templates/policy/statistics_histogram.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% block extrahead %}
{{ block.super }}
<script type="text/javascript" charset="utf-8"
src="{% static 'start/js/datatables/media/js/jquery.dataTables.js' %}"></script>
src="{% static 'start/js/datatables/media/js/datatable.js' %}"></script>
<script type="text/javascript" charset="utf-8" src="{% static 'start/js/d3/d3.js' %}"></script>
{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion policy/templates/policy/statistics_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% block extrahead %}
{{ block.super }}
<script type="text/javascript" charset="utf-8"
src="{% static 'start/js/datatables/media/js/jquery.dataTables.js' %}"></script>
src="{% static 'start/js/datatables/media/js/datatable.js' %}"></script>
{% endblock %}

{% block extrastyle %}
Expand Down
2 changes: 1 addition & 1 deletion reporting/templates/reporting/portfolio_summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% block extrahead %}
{{ block.super }}
<script type="text/javascript" charset="utf-8"
src="{% static 'start/js/datatables/media/js/jquery.dataTables.js' %}"></script>
src="{% static 'start/js/datatables/media/js/datatable.js' %}"></script>
{% endblock %}

{% block extrastyle %}
Expand Down
2 changes: 1 addition & 1 deletion reporting/templates/reporting/result_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% block extrahead %}
{{ block.super }}
<script type="text/javascript" charset="utf-8"
src="{% static 'start/js/datatables/media/js/jquery.dataTables.js' %}"></script>
src="{% static 'start/js/datatables/media/js/datatable.js' %}"></script>
{% endblock %}

{% block extrastyle %}
Expand Down
Loading

0 comments on commit eb8363a

Please sign in to comment.