File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
< title > {% block title %}Jupyter Notebook{% endblock %}</ title >
8
8
{% block favicon %}< link id ="favicon " rel ="shortcut icon " type ="image/x-icon " href ="{{static_url( "base /images/favicon.ico") }}"> {% endblock %}
9
9
< 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 " />
11
11
< link rel ="stylesheet " href ="{{static_url( "components /jquery-typeahead/dist/jquery.typeahead.min.css") }}" type="text/css " />
12
12
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
13
13
39
39
text : 'components/requirejs-text/text' ,
40
40
bootstrap : 'components/bootstrap/dist/js/bootstrap.min' ,
41
41
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' ,
43
43
moment : 'components/moment/min/moment-with-locales' ,
44
44
codemirror : 'components/codemirror' ,
45
45
termjs : 'components/xterm.js/xterm' ,
You can’t perform that action at this time.
0 commit comments