From 4ecb79d71c6d9bcf4f709644676f7ef726e2c7b6 2011-10-19 00:55:26 From: Brian E. Granger Date: 2011-10-19 00:55:26 Subject: [PATCH] Updating notebook list to use data-base-project-url. --- diff --git a/IPython/frontend/html/notebook/static/js/notebooklist.js b/IPython/frontend/html/notebook/static/js/notebooklist.js index 9963bf7..5a3bf86 100644 --- a/IPython/frontend/html/notebook/static/js/notebooklist.js +++ b/IPython/frontend/html/notebook/static/js/notebooklist.js @@ -106,7 +106,7 @@ var IPython = (function (IPython) { var new_item_name = $('').addClass('item_name'); new_item_name.append( $(''). - attr('href','/'+notebook_id). + attr('href', $('body').data('baseProjectURL')+notebook_id). attr('target','_blank'). text(nbname) );