Show More
@@ -73,7 +73,7 b' define([' | |||
|
73 | 73 | if (!NotebookList._bound_singletons) { |
|
74 | 74 | NotebookList._bound_singletons = true; |
|
75 | 75 | $('#new-file').click(function(e) { |
|
76 |
var w = window.open( |
|
|
76 | var w = window.open('', IPython._target); | |
|
77 | 77 | that.contents.new_untitled(that.notebook_path || '', {type: 'file', ext: '.txt'}).then(function(data) { |
|
78 | 78 | var url = utils.url_join_encode( |
|
79 | 79 | that.base_url, 'edit', data.path |
General Comments 0
You need to be logged in to leave comments.
Login now