mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-23 08:36:32 +00:00
Merge pull request #783 from mouse-reeve/book-tabs
Adds javascript for tabs on book page
This commit is contained in:
commit
1b9f78203e
1 changed files with 4 additions and 0 deletions
|
@ -296,3 +296,7 @@
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
<script src="/static/js/tabs.js"></script>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue