Increased notification message display time.

This commit is contained in:
Nathan Heijermans 2014-12-06 10:28:16 -05:00
parent 7bb61cc34b
commit 4617afdb13

View File

@ -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