Show More
@@ -83,11 +83,7 b' var IPython = (function (IPython) {' | |||||
83 | notebook_name + '.ipynb' |
|
83 | notebook_name + '.ipynb' | |
84 | ) + "?download=" + download.toString(); |
|
84 | ) + "?download=" + download.toString(); | |
85 |
|
85 | |||
86 |
|
|
86 | window.open(url); | |
87 | window.location.assign(url); |
|
|||
88 | } else { |
|
|||
89 | window.open(url); |
|
|||
90 | } |
|
|||
91 | } |
|
87 | } | |
92 |
|
88 | |||
93 | MenuBar.prototype.bind_events = function () { |
|
89 | MenuBar.prototype.bind_events = function () { |
General Comments 0
You need to be logged in to leave comments.
Login now