mirror of https://github.com/CIRCL/lookyloo
Only import tree.js in the tree view page
parent
8d9122b36c
commit
2b9213eb1f
|
@ -3,7 +3,6 @@
|
|||
{% block scripts %}
|
||||
{{ super() }}
|
||||
<script src='{{ url_for('static', filename='d3.v4.min.js') }}'></script>
|
||||
<script src='{{ url_for('static', filename='tree.js') }}'></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
|
|
|
@ -2,7 +2,10 @@
|
|||
|
||||
{% block title %}Tree{% endblock %}
|
||||
|
||||
|
||||
{% block scripts %}
|
||||
{{ super() }}
|
||||
<script src='{{ url_for('static', filename='tree.js') }}'></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{{super()}}
|
||||
|
|
Loading…
Reference in New Issue