mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
Increased notification message display time.
This commit is contained in:
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…
Reference in New Issue
Block a user