chore: Remove unused jquery-ui (#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
This commit is contained in:
parent
b5f9601852
commit
0bc0469df2
19
.pnp.cjs
generated
19
.pnp.cjs
generated
|
@ -71,7 +71,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["ical.js", "npm:1.5.0"],\
|
||||
["jquery", "npm:3.6.3"],\
|
||||
["jquery-migrate", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:3.4.1"],\
|
||||
["jquery-ui-dist", "npm:1.13.2"],\
|
||||
["js-cookie", "npm:3.0.1"],\
|
||||
["list.js", "npm:2.3.1"],\
|
||||
["lodash", "npm:4.17.21"],\
|
||||
|
@ -5904,13 +5903,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]\
|
||||
]],\
|
||||
["jquery", [\
|
||||
["npm:3.6.0", {\
|
||||
"packageLocation": "./.yarn/cache/jquery-npm-3.6.0-ca7872bdbb-8fd5fef4aa.zip/node_modules/jquery/",\
|
||||
"packageDependencies": [\
|
||||
["jquery", "npm:3.6.0"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}],\
|
||||
["npm:3.6.3", {\
|
||||
"packageLocation": "./.yarn/cache/jquery-npm-3.6.3-cbc34d2330-0fd366bdca.zip/node_modules/jquery/",\
|
||||
"packageDependencies": [\
|
||||
|
@ -5941,16 +5933,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"linkType": "HARD"\
|
||||
}]\
|
||||
]],\
|
||||
["jquery-ui-dist", [\
|
||||
["npm:1.13.2", {\
|
||||
"packageLocation": "./.yarn/cache/jquery-ui-dist-npm-1.13.2-86225c0ce7-4f3a3a2ff8.zip/node_modules/jquery-ui-dist/",\
|
||||
"packageDependencies": [\
|
||||
["jquery-ui-dist", "npm:1.13.2"],\
|
||||
["jquery", "npm:3.6.0"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}]\
|
||||
]],\
|
||||
["js-cookie", [\
|
||||
["npm:3.0.1", {\
|
||||
"packageLocation": "./.yarn/cache/js-cookie-npm-3.0.1-04c7177de1-bb48de67e2.zip/node_modules/js-cookie/",\
|
||||
|
@ -7601,7 +7583,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["ical.js", "npm:1.5.0"],\
|
||||
["jquery", "npm:3.6.3"],\
|
||||
["jquery-migrate", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:3.4.1"],\
|
||||
["jquery-ui-dist", "npm:1.13.2"],\
|
||||
["js-cookie", "npm:3.0.1"],\
|
||||
["list.js", "npm:2.3.1"],\
|
||||
["lodash", "npm:4.17.21"],\
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -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 %}
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
1
ietf/static/js/jquery-ui.js
vendored
1
ietf/static/js/jquery-ui.js
vendored
|
@ -1 +0,0 @@
|
|||
import "jquery-ui-dist/jquery-ui.js";
|
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -4735,15 +4735,6 @@ 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"
|
||||
|
@ -4751,13 +4742,6 @@ browserlist@latest:
|
|||
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"
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue