"#element".tooltip is not a function on home page fixed. (#6070)

* Fixed missing $ symbol and cleaned up code a bit.
ilayh123 5 years ago committed by GitHub
parent 74da6d1974
commit 56416cbd2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -215,10 +215,9 @@ data-server-root="{{server_root}}"
{% 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 %}

Loading…
Cancel
Save