Removing stale call to print view in JS.

Brian E. Granger 13 years ago
parent f04e1d8707
commit 51a897d87c

@ -96,9 +96,6 @@ var IPython = (function (IPython) {
notebook_id + '?format=py';
window.location.assign(url);
});
this.element.find('button#print_notebook').click(function () {
IPython.print_widget.print_notebook();
});
this.element.find('#kill_and_exit').click(function () {
IPython.notebook.kernel.kill();
setTimeout(function(){window.close();}, 200);

Loading…
Cancel
Save