From 4617afdb13b352a01ffcdea02a9349d7b369df08 Mon Sep 17 00:00:00 2001 From: Nathan Heijermans Date: Sat, 6 Dec 2014 10:28:16 -0500 Subject: [PATCH] Increased notification message display time. --- IPython/html/static/notebook/js/notificationarea.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/static/notebook/js/notificationarea.js b/IPython/html/static/notebook/js/notificationarea.js index cd20b55cc..1c9522c13 100644 --- a/IPython/html/static/notebook/js/notificationarea.js +++ b/IPython/html/static/notebook/js/notificationarea.js @@ -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