From 65d50451da805e2e8f5072ed403a688c353e646a Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Fri, 27 Mar 2015 12:35:15 -0700 Subject: [PATCH] missing one undefined --- IPython/html/static/tree/js/notebooklist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/static/tree/js/notebooklist.js b/IPython/html/static/tree/js/notebooklist.js index 40ca74f4e..61ed4b3ec 100644 --- a/IPython/html/static/tree/js/notebooklist.js +++ b/IPython/html/static/tree/js/notebooklist.js @@ -73,7 +73,7 @@ define([ if (!NotebookList._bound_singletons) { NotebookList._bound_singletons = true; $('#new-file').click(function(e) { - var w = window.open(undefined, IPython._target); + var w = window.open('', IPython._target); that.contents.new_untitled(that.notebook_path || '', {type: 'file', ext: '.txt'}).then(function(data) { var url = utils.url_join_encode( that.base_url, 'edit', data.path