diff --git a/notebook/static/notebook/js/notificationarea.js b/notebook/static/notebook/js/notificationarea.js index c8cfe0f60..121fc6be2 100644 --- a/notebook/static/notebook/js/notificationarea.js +++ b/notebook/static/notebook/js/notificationarea.js @@ -250,7 +250,7 @@ define([ link.id = 'favicon'; link.type = 'image/x-icon'; link.rel = 'shortcut icon'; - link.href = src; + link.href = utils.url_path_join(utils.get_body_data('baseUrl'), src); if (oldLink) document.head.removeChild(oldLink); document.head.appendChild(link); }; diff --git a/notebook/static/notebook/js/pager.js b/notebook/static/notebook/js/pager.js index 55c90b776..4c075c1eb 100644 --- a/notebook/static/notebook/js/pager.js +++ b/notebook/static/notebook/js/pager.js @@ -140,7 +140,7 @@ define([ .append( $('') .attr('rel',"stylesheet") - .attr('href',"/static/css/notebook.css") + .attr('href', utils.url_path_join(utils.get_body_data('baseUrl'), "static/style/style.min.css")) .attr('type',"text/css") ) .append(