1
0
Fork 0

remove fetch polyfill

I should have this, but I'll deal with it later
This commit is contained in:
Mouse Reeve 2020-03-21 15:56:12 -07:00
parent 88ce5f3d1d
commit 3f96c8cd9d
2 changed files with 0 additions and 2 deletions

View file

@ -72,7 +72,6 @@
<script>
var csrf_token = '{{ csrf_token }}';
</script>
<script src="/static/js/unfetch.js"></script>
<script src="/static/js/shared.js"></script>
</body>
</html>