From cb7ff561f33acff72035da212c70def49fd65437 2012-04-11 20:18:26 From: Thomas Kluyver Date: 2012-04-11 20:18:26 Subject: [PATCH] Fix typo in notebook list javascript See gh-1254 --- diff --git a/IPython/frontend/html/notebook/static/js/notebooklist.js b/IPython/frontend/html/notebook/static/js/notebooklist.js index a47a2b6..50dd96a 100644 --- a/IPython/frontend/html/notebook/static/js/notebooklist.js +++ b/IPython/frontend/html/notebook/static/js/notebooklist.js @@ -112,7 +112,7 @@ var IPython = (function (IPython) { var new_item_name = $('').addClass('item_name'); new_item_name.append( $(''). - attr('href', $('body').data('baseProjectURL')+notebook_id). + attr('href', $('body').data('baseProjectUrl')+notebook_id). attr('target','_blank'). text(nbname) );