##// END OF EJS Templates
Merge pull request #1889 from invisibleroads/patch-3...
Fernando Perez -
r7405:41f79e73 merge
parent child Browse files
Show More
@@ -98,9 +98,8 var IPython = (function (IPython) {
98 98 " or if the url does not look right, there could be an error in the" +
99 99 " server's configuration.";
100 100 } else {
101 msg = "Websocket connection closed unexpectedly." +
102 " The kernel will no longer be responsive.";
103 }
101 this.start_channels();
102 }
104 103 var dialog = $('<div/>');
105 104 dialog.html(msg);
106 105 parent_item.append(dialog);
General Comments 0
You need to be logged in to leave comments. Login now