From 41b3cd47368d40411020b7a4dbc1deb578c6923a 2014-09-26 07:12:24 From: Jessica B. Hamrick Date: 2014-09-26 07:12:24 Subject: [PATCH] Clarify stickiness of warning/danger notifications --- diff --git a/IPython/html/static/notebook/js/notificationwidget.js b/IPython/html/static/notebook/js/notificationwidget.js index a3688f7..0c7f672 100644 --- a/IPython/html/static/notebook/js/notificationwidget.js +++ b/IPython/html/static/notebook/js/notificationwidget.js @@ -119,7 +119,8 @@ define([ /** * Display a warning message (styled with the 'warning' - * class). Arguments are the same as in set_message. + * class). Arguments are the same as in set_message. Messages are + * sticky by default. * * @method warning */ @@ -131,7 +132,8 @@ define([ /** * Display a danger message (styled with the 'danger' - * class). Arguments are the same as in set_message. + * class). Arguments are the same as in set_message. Messages are + * sticky by default. * * @method danger */