From 56416cbd2ddc92feba1978f21efb29da6406f40a Mon Sep 17 00:00:00 2001
From: ilayh123 <57403859+ilayh123@users.noreply.github.com>
Date: Mon, 24 May 2021 22:37:51 +0200
Subject: [PATCH] "#element".tooltip is not a function on home page fixed.
(#6070)
* Fixed missing $ symbol and cleaned up code a bit.
---
notebook/templates/tree.html | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/notebook/templates/tree.html b/notebook/templates/tree.html
index d71527fcb..668fa2be3 100644
--- a/notebook/templates/tree.html
+++ b/notebook/templates/tree.html
@@ -215,10 +215,9 @@ data-server-root="{{server_root}}"
{% block script %}
{{super()}}
+
+
-
-
-
{% endblock %}