Skip to content

Commit 9c60369

Browse files
authored
Merge pull request #3836 from cmd-ntrf/jqueryui
Update to jQuery UI 1.12
2 parents bee2c38 + c9bd0fa commit 9c60369

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"jed": "~1.1.1",
1313
"jquery": "components/jquery#~3.3",
1414
"jquery-typeahead": "~2.0.0",
15-
"jquery-ui": "components/jqueryui#~1.10",
15+
"jquery-ui": "components/jqueryui#~1.12",
1616
"marked": "~0.4",
1717
"MathJax": "^2.7.4",
1818
"moment": "~2.19.3",

notebook/templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
text: 'components/requirejs-text/text',
4040
bootstrap: 'components/bootstrap/js/bootstrap.min',
4141
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
42-
'jquery-ui': 'components/jquery-ui/ui/minified/jquery-ui.min',
42+
'jquery-ui': 'components/jquery-ui/jquery-ui.min',
4343
moment: 'components/moment/min/moment-with-locales',
4444
codemirror: 'components/codemirror',
4545
termjs: 'components/xterm.js/xterm',

setupbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def find_package_data():
144144
pjoin(components, "jquery", "jquery.min.js"),
145145
pjoin(components, "jquery-typeahead", "dist", "jquery.typeahead.min.js"),
146146
pjoin(components, "jquery-typeahead", "dist", "jquery.typeahead.min.css"),
147-
pjoin(components, "jquery-ui", "ui", "minified", "jquery-ui.min.js"),
147+
pjoin(components, "jquery-ui", "jquery-ui.min.js"),
148148
pjoin(components, "jquery-ui", "themes", "smoothness", "jquery-ui.min.css"),
149149
pjoin(components, "jquery-ui", "themes", "smoothness", "images", "*"),
150150
pjoin(components, "marked", "lib", "marked.js"),

tools/build-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var rjs_config = {
2121
text: 'components/requirejs-text/text',
2222
bootstrap: 'components/bootstrap/js/bootstrap.min',
2323
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
24-
"jquery-ui": 'components/jquery-ui/ui/minified/jquery-ui.min',
24+
"jquery-ui": 'components/jquery-ui/jquery-ui.min',
2525
moment: 'components/moment/min/moment-with-locales',
2626
codemirror: 'components/codemirror',
2727
xterm: 'components/xterm.js/index',

0 commit comments

Comments
 (0)