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