Adds javascript for tabs on book page

This commit is contained in:
Mouse Reeve 2021-03-22 12:37:01 -07:00
parent 1025a2e4da
commit e513ea8b9c

View file

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