##// END OF EJS Templates
Fix several small bugs in the notebook trust framework...
Fix several small bugs in the notebook trust framework 1. The trust dialog is not called with the notebook context, so we have to use the closure to bind to a notebook event. 2. Replace != with !== 3. The trust_changed.Notebook event default handler expects the trust value to be value key inside an object. In fact, the event handler is redundant with the code--both seem to set the trust value of the current notebook.
Jason Grout -
r17833:76b343bd
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / filters / tests
__init__.py Loading ...
test_ansi.py Loading ...
test_citation.py Loading ...
test_datatypefilter.py Loading ...
test_highlight.py Loading ...
test_latex.py Loading ...
test_markdown.py Loading ...
test_strings.py Loading ...