Skip to content

Commit 8e5d4f5

Browse files
authored
Merge pull request #6578 from RRosio/update_jqui_path
Fix: jQuery-UI 404 Error by updating dependency path in static template
2 parents e278213 + f68d519 commit 8e5d4f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebook/templates/page.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>{% block title %}Jupyter Notebook{% endblock %}</title>
88
{% block favicon %}<link id="favicon" rel="shortcut icon" type="image/x-icon" href="{{static_url("base/images/favicon.ico") }}">{% endblock %}
99
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
10-
<link rel="stylesheet" href="{{static_url("components/jquery-ui/themes/smoothness/jquery-ui.min.css") }}" type="text/css" />
10+
<link rel="stylesheet" href="{{static_url("components/jquery-ui/dist/themes/smoothness/jquery-ui.min.css") }}" type="text/css" />
1111
<link rel="stylesheet" href="{{static_url("components/jquery-typeahead/dist/jquery.typeahead.min.css") }}" type="text/css" />
1212
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1313

@@ -39,7 +39,7 @@
3939
text: 'components/requirejs-text/text',
4040
bootstrap: 'components/bootstrap/dist/js/bootstrap.min',
4141
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
42-
'jquery-ui': 'components/jquery-ui/jquery-ui.min',
42+
'jquery-ui': 'components/jquery-ui/dist/jquery-ui.min',
4343
moment: 'components/moment/min/moment-with-locales',
4444
codemirror: 'components/codemirror',
4545
termjs: 'components/xterm.js/xterm',

0 commit comments

Comments
 (0)