From 16bf8fbaa4c0729dbd9f7b49d5109784c075c610 2014-03-04 23:58:09 From: MinRK Date: 2014-03-04 23:58:09 Subject: [PATCH] mention that Trust triggers reload --- diff --git a/IPython/html/static/notebook/js/notebook.js b/IPython/html/static/notebook/js/notebook.js index 90d6217..5ef9525 100644 --- a/IPython/html/static/notebook/js/notebook.js +++ b/IPython/html/static/notebook/js/notebook.js @@ -1821,6 +1821,8 @@ var IPython = (function (IPython) { ) ).append(".") ).append($("

") + .text("Selecting trust will immediately reload this notebook in a trusted state.") + ).append($("

") .text("For more information, see the ") .append($("").attr("href", "http://ipython.org/security.html") .text("IPython security documentation")