From 1ff9504bf10db6ead0e91c2f14e7d7b90341aaf2 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 16 Sep 2015 14:28:20 -0700 Subject: [PATCH] Acknowledge ignore_minified on tree --- notebook/templates/tree.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/notebook/templates/tree.html b/notebook/templates/tree.html index 0790c19f1..050da8bdc 100644 --- a/notebook/templates/tree.html +++ b/notebook/templates/tree.html @@ -167,5 +167,9 @@ data-terminals-available="{{terminals_available}}" {% block script %} {{super()}} - +{% if ignore_minified_js %} + +{% else %} + +{% endif %} {% endblock %}