Show More
@@ -98,7 +98,9 var IPython = (function (IPython) { | |||||
98 | " or if the url does not look right, there could be an error in the" + |
|
98 | " or if the url does not look right, there could be an error in the" + | |
99 | " server's configuration."; |
|
99 | " server's configuration."; | |
100 | } else { |
|
100 | } else { | |
|
101 | IPython.notification_widget.set_message('Reconnecting Websockets', 1000); | |||
101 |
|
|
102 | this.start_channels(); | |
|
103 | return; | |||
102 | } |
|
104 | } | |
103 | var dialog = $('<div/>'); |
|
105 | var dialog = $('<div/>'); | |
104 | dialog.html(msg); |
|
106 | dialog.html(msg); |
General Comments 0
You need to be logged in to leave comments.
Login now