Show More
@@ -279,9 +279,9 b' define([' | |||
|
279 | 279 | nnw.warning(error.message || "Notebook copy failed"); |
|
280 | 280 | }); |
|
281 | 281 | |
|
282 | nnw.set_message(msg, 1000); | |
|
283 | 282 | this.events.on('toggle_other_client_output.Notebook', function(evt, ignored) { |
|
284 | 283 | var msg = (ignored? "Ignoring": "Showing") + " output from other clients"; |
|
284 | nnw.set_message(msg, 2000); | |
|
285 | 285 | }); |
|
286 | 286 | |
|
287 | 287 | // Checkpoint events |
General Comments 0
You need to be logged in to leave comments.
Login now