From 8cd744db85b356ec0d263edbd5a73e81c7f90179 Mon Sep 17 00:00:00 2001 From: MinRK Date: Tue, 4 Mar 2014 15:58:09 -0800 Subject: [PATCH] mention that Trust triggers reload --- IPython/html/static/notebook/js/notebook.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IPython/html/static/notebook/js/notebook.js b/IPython/html/static/notebook/js/notebook.js index 90d6217ac..5ef95259c 100644 --- a/IPython/html/static/notebook/js/notebook.js +++ b/IPython/html/static/notebook/js/notebook.js @@ -1820,6 +1820,8 @@ var IPython = (function (IPython) { $("").text("when you open it") ) ).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")