##// END OF EJS Templates
fix 'close and halt' in notebook File menu
Paul Ivanov -
Show More
@@ -130,7 +130,7 b' var IPython = (function (IPython) {'
130 this.element.find('#restore_checkpoint').click(function () {
130 this.element.find('#restore_checkpoint').click(function () {
131 });
131 });
132 this.element.find('#kill_and_exit').click(function () {
132 this.element.find('#kill_and_exit').click(function () {
133 IPython.notebook.session.delete_session();
133 IPython.notebook.session.delete();
134 setTimeout(function(){window.close();}, 500);
134 setTimeout(function(){window.close();}, 500);
135 });
135 });
136 // Edit
136 // Edit
General Comments 0
You need to be logged in to leave comments. Login now