##// END OF EJS Templates
Reduce repeated code regarding restarting events
Takafumi Arakaki -
Show More
@@ -65,8 +65,7 b' var IPython = (function (IPython) {'
65 65 title: "Dead kernel",
66 66 buttons : {
67 67 "Restart": function () {
68 IPython.save_widget.update_document_title();
69 that.set_message("Restarting kernel",500);
68 $([IPython.events]).trigger('status_restarting.Kernel');
70 69 IPython.notebook.start_kernel();
71 70 $(this).dialog('close');
72 71 },
General Comments 0
You need to be logged in to leave comments. Login now