Open terminal tab using a hash rather than undefined for IE compatibility.

Eric Perry 9 years ago
parent 94a0b8fd27
commit 113ccd0134

@ -42,7 +42,7 @@ define([
};
TerminalList.prototype.new_terminal = function () {
var w = window.open(undefined, IPython._target);
var w = window.open('#', IPython._target);
var base_url = this.base_url;
var settings = {
type : "POST",

Loading…
Cancel
Save