diff --git a/notebook/static/tree/js/notebooklist.js b/notebook/static/tree/js/notebooklist.js index ab3e47ef78..444eb6ad2b 100644 --- a/notebook/static/tree/js/notebooklist.js +++ b/notebook/static/tree/js/notebooklist.js @@ -382,7 +382,8 @@ define([ var breadcrumb = $('.breadcrumb'); breadcrumb.empty(); var list_item = $('
  • '); - var root = $('
  • ').append('').click(function(e) { + var root_url = utils.url_path_join(that.base_url, '/tree'); + var root = $('
  • ').append('').click(function(e) { // Allow the default browser action when the user holds a modifier (e.g., Ctrl-Click) if(e.altKey || e.metaKey || e.shiftKey) { return true;