Increased notification message display time.

pull/37/head
Nathan Heijermans 12 years ago
parent 7bb61cc34b
commit 4617afdb13

@ -279,9 +279,9 @@ define([
nnw.warning(error.message || "Notebook copy failed");
});
nnw.set_message(msg, 1000);
this.events.on('toggle_other_client_output.Notebook', function(evt, ignored) {
var msg = (ignored? "Ignoring": "Showing") + " output from other clients";
nnw.set_message(msg, 2000);
});
// Checkpoint events

Loading…
Cancel
Save