From c9bd0fa87ab57dfcdf5a846a36532b8c7d731829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Thu, 9 Aug 2018 10:52:52 -0400 Subject: [PATCH] Update jquery-ui.min path in page.html template --- notebook/templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/templates/page.html b/notebook/templates/page.html index 37bd99248..9d0a5009c 100644 --- a/notebook/templates/page.html +++ b/notebook/templates/page.html @@ -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',