forked from mirrors/bookwyrm
Moves tabs script to main scripts directory
It's our own custom script at this point
This commit is contained in:
parent
5d4efd457a
commit
cec7625e1e
3 changed files with 2 additions and 2 deletions
|
@ -386,6 +386,6 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
<script src="{% static "js/vendor/tabs.js" %}?v={{ js_cache }}"></script>
|
<script src="{% static "js/tabs.js" %}?v={{ js_cache }}"></script>
|
||||||
<script src="{% static "js/autocomplete.js" %}?v={{ js_cache }}"></script>
|
<script src="{% static "js/autocomplete.js" %}?v={{ js_cache }}"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -31,5 +31,5 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
<script src="{% static "js/vendor/tabs.js" %}?v={{ js_cache }}"></script>
|
<script src="{% static "js/tabs.js" %}?v={{ js_cache }}"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue