1
0
Fork 0

(Un)follow and boost/like buttons via javascript

Works on #78
This commit is contained in:
Mouse Reeve 2020-03-21 14:29:39 -07:00
parent 1ec515034c
commit e0bd8200ad
8 changed files with 49 additions and 37 deletions

View file

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