Move tabs javascript into separate file

This commit is contained in:
Mouse Reeve
2021-03-19 10:47:32 -07:00
parent dff0c4bdba
commit 443daab128
4 changed files with 265 additions and 259 deletions

View File

@ -91,3 +91,6 @@
</div>
{% endblock %}
{% block scripts %}
<script src="/static/js/tabs.js"></script>
{% endblock %}