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

@ -213,5 +213,6 @@
var csrf_token = '{{ csrf_token }}';
</script>
<script src="/static/js/shared.js"></script>
{% block scripts %}{% endblock %}
</body>
</html>