mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Merge pull request #3836 from cmd-ntrf/jqueryui
Update to jQuery UI 1.12
This commit is contained in:
commit
9c60369a17
@ -12,7 +12,7 @@
|
||||
"jed": "~1.1.1",
|
||||
"jquery": "components/jquery#~3.3",
|
||||
"jquery-typeahead": "~2.0.0",
|
||||
"jquery-ui": "components/jqueryui#~1.10",
|
||||
"jquery-ui": "components/jqueryui#~1.12",
|
||||
"marked": "~0.4",
|
||||
"MathJax": "^2.7.4",
|
||||
"moment": "~2.19.3",
|
||||
|
@ -39,7 +39,7 @@
|
||||
text: 'components/requirejs-text/text',
|
||||
bootstrap: 'components/bootstrap/js/bootstrap.min',
|
||||
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
|
||||
'jquery-ui': 'components/jquery-ui/ui/minified/jquery-ui.min',
|
||||
'jquery-ui': 'components/jquery-ui/jquery-ui.min',
|
||||
moment: 'components/moment/min/moment-with-locales',
|
||||
codemirror: 'components/codemirror',
|
||||
termjs: 'components/xterm.js/xterm',
|
||||
|
@ -144,7 +144,7 @@ def find_package_data():
|
||||
pjoin(components, "jquery", "jquery.min.js"),
|
||||
pjoin(components, "jquery-typeahead", "dist", "jquery.typeahead.min.js"),
|
||||
pjoin(components, "jquery-typeahead", "dist", "jquery.typeahead.min.css"),
|
||||
pjoin(components, "jquery-ui", "ui", "minified", "jquery-ui.min.js"),
|
||||
pjoin(components, "jquery-ui", "jquery-ui.min.js"),
|
||||
pjoin(components, "jquery-ui", "themes", "smoothness", "jquery-ui.min.css"),
|
||||
pjoin(components, "jquery-ui", "themes", "smoothness", "images", "*"),
|
||||
pjoin(components, "marked", "lib", "marked.js"),
|
||||
|
@ -21,7 +21,7 @@ var rjs_config = {
|
||||
text: 'components/requirejs-text/text',
|
||||
bootstrap: 'components/bootstrap/js/bootstrap.min',
|
||||
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
|
||||
"jquery-ui": 'components/jquery-ui/ui/minified/jquery-ui.min',
|
||||
"jquery-ui": 'components/jquery-ui/jquery-ui.min',
|
||||
moment: 'components/moment/min/moment-with-locales',
|
||||
codemirror: 'components/codemirror',
|
||||
xterm: 'components/xterm.js/index',
|
||||
|
Loading…
Reference in New Issue
Block a user