Skip to content

Commit

Permalink
chore: Remove unused jquery-ui (#5385)
Browse files Browse the repository at this point in the history
* chore: Remove unused jquery-ui

Two templates under `secr` included it, but didn't seem to use it
for anything.

* Run `yarn` after removal
  • Loading branch information
larseggert authored Mar 25, 2023
1 parent b5f9601 commit 0bc0469
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 44 deletions.
19 changes: 0 additions & 19 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions ietf/secr/templates/areas/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
{% block title %}Areas - People{% endblock %}

{% block extrahead %}{{ block.super }}
<link rel="stylesheet" href="{% static 'ietf/css/jquery-ui.css' %}">
<script src="{% static 'ietf/js/jquery-ui.js' %}"></script>
<script src="{% static 'secr/js/utils.js' %}"></script>
{% endblock %}

Expand Down
2 changes: 0 additions & 2 deletions ietf/secr/templates/meetings/base_rooms_times.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
{% block title %}Meetings{% endblock %}

{% block extrahead %}{{ block.super }}
<link rel="stylesheet" href="{% static 'ietf/css/jquery-ui.css' %}">
<script src="{% static 'ietf/js/jquery-ui.js' %}"></script>
<script src="{% static 'secr/js/utils.js' %}"></script>
<script src="{% static 'secr/js/dynamic_inlines.js' %}"></script>
{% endblock %}
Expand Down
1 change: 0 additions & 1 deletion ietf/static/js/jquery-ui.js

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"highcharts": "10.3.3",
"ical.js": "1.5.0",
"jquery": "3.6.3",
"jquery-ui-dist": "1.13.2",
"js-cookie": "3.0.1",
"list.js": "2.3.1",
"lodash": "4.17.21",
Expand Down Expand Up @@ -85,7 +84,6 @@
"ietf/static/css/document_html_referenced.scss",
"ietf/static/css/document_html_txt.scss",
"ietf/static/css/ietf.scss",
"ietf/static/css/jquery-ui.scss",
"ietf/static/css/liaisons.css",
"ietf/static/css/list.scss",
"ietf/static/css/select2.scss",
Expand Down Expand Up @@ -134,7 +132,6 @@
"ietf/static/js/ietf.js",
"ietf/static/js/ipr-edit.js",
"ietf/static/js/ipr-search.js",
"ietf/static/js/jquery-ui.js",
"ietf/static/js/js-cookie.js",
"ietf/static/js/liaisons.js",
"ietf/static/js/list.js",
Expand Down
17 changes: 0 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4735,29 +4735,13 @@ browserlist@latest:
languageName: node
linkType: hard

"jquery-ui-dist@npm:1.13.2":
version: 1.13.2
resolution: "jquery-ui-dist@npm:1.13.2"
dependencies:
jquery: ">=1.8.0 <4.0.0"
checksum: 4f3a3a2ff8ff659aaa48cfce11dc06bbd396676c175dd8429a0aaa327fc055855ab2159624d9493cb236b28a9c669b26d1de8215415ddcf068191add4740729d
languageName: node
linkType: hard

"jquery@npm:3.6.3":
version: 3.6.3
resolution: "jquery@npm:3.6.3"
checksum: 0fd366bdcaa0c84a7a8751ce20f8192290141913978b5059574426d9b01f4365daa675f95aab3eec94fd794d27b08d32078a2236bef404b8ba78073009988ce6
languageName: node
linkType: hard

"jquery@npm:>=1.8.0 <4.0.0":
version: 3.6.0
resolution: "jquery@npm:3.6.0"
checksum: 8fd5fef4aa48fd374ec716dd1c1df1af407814a228e15c1260ca140de3a697c2a77c30c54ff1d238b6a3ab4ddc445ddeef9adce6c6d28e4869d85eb9d3951c0e
languageName: node
linkType: hard

"js-cookie@npm:3.0.1":
version: 3.0.1
resolution: "js-cookie@npm:3.0.1"
Expand Down Expand Up @@ -6269,7 +6253,6 @@ browserlist@latest:
ical.js: 1.5.0
jquery: 3.6.3
jquery-migrate: 3.4.1
jquery-ui-dist: 1.13.2
js-cookie: 3.0.1
list.js: 2.3.1
lodash: 4.17.21
Expand Down

0 comments on commit 0bc0469

Please sign in to comment.