Show More
@@ -131,7 +131,11 b' var IPython = (function (IPython) {' | |||
|
131 | 131 | }); |
|
132 | 132 | this.element.find('#kill_and_exit').click(function () { |
|
133 | 133 | IPython.notebook.session.delete(); |
|
134 |
setTimeout(function(){ |
|
|
134 | setTimeout(function(){ | |
|
135 | // allow closing of new tabs in Chromium, impossible in FF | |
|
136 | window.open('', '_self', ''); | |
|
137 | window.close(); | |
|
138 | }, 500); | |
|
135 | 139 | }); |
|
136 | 140 | // Edit |
|
137 | 141 | this.element.find('#cut_cell').click(function () { |
General Comments 0
You need to be logged in to leave comments.
Login now