##// END OF EJS Templates
Removing stale call to print view in JS.
Brian E. Granger -
Show More
@@ -96,9 +96,6 var IPython = (function (IPython) {
96 notebook_id + '?format=py';
96 notebook_id + '?format=py';
97 window.location.assign(url);
97 window.location.assign(url);
98 });
98 });
99 this.element.find('button#print_notebook').click(function () {
100 IPython.print_widget.print_notebook();
101 });
102 this.element.find('#kill_and_exit').click(function () {
99 this.element.find('#kill_and_exit').click(function () {
103 IPython.notebook.kernel.kill();
100 IPython.notebook.kernel.kill();
104 setTimeout(function(){window.close();}, 200);
101 setTimeout(function(){window.close();}, 200);
General Comments 0
You need to be logged in to leave comments. Login now