Skip to content

Commit

Permalink
"#element".tooltip is not a function on home page fixed. (#6070)
Browse files Browse the repository at this point in the history
* Fixed missing $ symbol and cleaned up code a bit.
  • Loading branch information
Bloepcode authored May 24, 2021
1 parent 74da6d1 commit 56416cb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions notebook/templates/tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,9 @@

{% block script %}
{{super()}}
<script src="{{ static_url("tree/js/main.min.js") }}" type="text/javascript" charset="utf-8"></script>

<script type="text/javascript">
('#element').tooltip('enable')
$('#element').tooltip('enable')
</script>

<script src="{{ static_url("tree/js/main.min.js") }}" type="text/javascript" charset="utf-8"></script>

{% endblock %}

0 comments on commit 56416cb

Please sign in to comment.