Show More
@@ -112,7 +112,7 var IPython = (function (IPython) { | |||
|
112 | 112 | var new_item_name = $('<span/>').addClass('item_name'); |
|
113 | 113 | new_item_name.append( |
|
114 | 114 | $('<a/>'). |
|
115 |
attr('href', $('body').data('baseProjectU |
|
|
115 | attr('href', $('body').data('baseProjectUrl')+notebook_id). | |
|
116 | 116 | attr('target','_blank'). |
|
117 | 117 | text(nbname) |
|
118 | 118 | ); |
General Comments 0
You need to be logged in to leave comments.
Login now