Clear localstorage items

This commit is contained in:
Mouse Reeve
2021-09-09 07:39:38 -07:00
parent dfaf085843
commit 053e2cea0d
2 changed files with 17 additions and 3 deletions

View File

@ -249,9 +249,11 @@
<script>
var csrf_token = '{{ csrf_token }}';
</script>
<script src="{% static "js/bookwyrm.js" %}"></script>
<script src="{% static "js/localstorage.js" %}"></script>
<script src="{% static "js/status_cache.js" %}"></script>
{% block scripts %}{% endblock %}
</body>
</html>