Skip to content

Commit 0bc0469

Browse files
authored
chore: Remove unused jquery-ui (ietf-tools#5385)
* chore: Remove unused jquery-ui Two templates under `secr` included it, but didn't seem to use it for anything. * Run `yarn` after removal
1 parent b5f9601 commit 0bc0469

8 files changed

Lines changed: 0 additions & 44 deletions

File tree

.pnp.cjs

Lines changed: 0 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-461 KB
Binary file not shown.
-356 KB
Binary file not shown.

ietf/secr/templates/areas/people.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
{% block title %}Areas - People{% endblock %}
44

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

ietf/secr/templates/meetings/base_rooms_times.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
{% block title %}Meetings{% endblock %}
55

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

ietf/static/js/jquery-ui.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"highcharts": "10.3.3",
2828
"ical.js": "1.5.0",
2929
"jquery": "3.6.3",
30-
"jquery-ui-dist": "1.13.2",
3130
"js-cookie": "3.0.1",
3231
"list.js": "2.3.1",
3332
"lodash": "4.17.21",
@@ -85,7 +84,6 @@
8584
"ietf/static/css/document_html_referenced.scss",
8685
"ietf/static/css/document_html_txt.scss",
8786
"ietf/static/css/ietf.scss",
88-
"ietf/static/css/jquery-ui.scss",
8987
"ietf/static/css/liaisons.css",
9088
"ietf/static/css/list.scss",
9189
"ietf/static/css/select2.scss",
@@ -134,7 +132,6 @@
134132
"ietf/static/js/ietf.js",
135133
"ietf/static/js/ipr-edit.js",
136134
"ietf/static/js/ipr-search.js",
137-
"ietf/static/js/jquery-ui.js",
138135
"ietf/static/js/js-cookie.js",
139136
"ietf/static/js/liaisons.js",
140137
"ietf/static/js/list.js",

yarn.lock

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4735,29 +4735,13 @@ browserlist@latest:
47354735
languageName: node
47364736
linkType: hard
47374737

4738-
"jquery-ui-dist@npm:1.13.2":
4739-
version: 1.13.2
4740-
resolution: "jquery-ui-dist@npm:1.13.2"
4741-
dependencies:
4742-
jquery: ">=1.8.0 <4.0.0"
4743-
checksum: 4f3a3a2ff8ff659aaa48cfce11dc06bbd396676c175dd8429a0aaa327fc055855ab2159624d9493cb236b28a9c669b26d1de8215415ddcf068191add4740729d
4744-
languageName: node
4745-
linkType: hard
4746-
47474738
"jquery@npm:3.6.3":
47484739
version: 3.6.3
47494740
resolution: "jquery@npm:3.6.3"
47504741
checksum: 0fd366bdcaa0c84a7a8751ce20f8192290141913978b5059574426d9b01f4365daa675f95aab3eec94fd794d27b08d32078a2236bef404b8ba78073009988ce6
47514742
languageName: node
47524743
linkType: hard
47534744

4754-
"jquery@npm:>=1.8.0 <4.0.0":
4755-
version: 3.6.0
4756-
resolution: "jquery@npm:3.6.0"
4757-
checksum: 8fd5fef4aa48fd374ec716dd1c1df1af407814a228e15c1260ca140de3a697c2a77c30c54ff1d238b6a3ab4ddc445ddeef9adce6c6d28e4869d85eb9d3951c0e
4758-
languageName: node
4759-
linkType: hard
4760-
47614745
"js-cookie@npm:3.0.1":
47624746
version: 3.0.1
47634747
resolution: "js-cookie@npm:3.0.1"
@@ -6269,7 +6253,6 @@ browserlist@latest:
62696253
ical.js: 1.5.0
62706254
jquery: 3.6.3
62716255
jquery-migrate: 3.4.1
6272-
jquery-ui-dist: 1.13.2
62736256
js-cookie: 3.0.1
62746257
list.js: 2.3.1
62756258
lodash: 4.17.21

0 commit comments

Comments
 (0)