Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb7ff56

Browse files
committed
Fix typo in notebook list javascript
See ipythongh-1254
1 parent fe56e77 commit cb7ff56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IPython/frontend/html/notebook/static/js/notebooklist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ var IPython = (function (IPython) {
112112
var new_item_name = $('<span/>').addClass('item_name');
113113
new_item_name.append(
114114
$('<a/>').
115-
attr('href', $('body').data('baseProjectURL')+notebook_id).
115+
attr('href', $('body').data('baseProjectUrl')+notebook_id).
116116
attr('target','_blank').
117117
text(nbname)
118118
);

0 commit comments

Comments
 (0)