diff --git a/files/templates/submission.html b/files/templates/submission.html index 383692213..4fbbfac71 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -698,7 +698,7 @@ const form = new FormData(); const xhr = new XMLHttpRequest(); - btn.classList.toggle('animate-pulse'); + btn.classList.toggle('animate-pulse') xhr.open("post", "/viewmore/{{p.id}}/{{sort}}/{{offset}}"); xhr.withCredentials=true; @@ -713,7 +713,7 @@ xhr.send(form) } - {% endif %} diff --git a/files/templates/tailwind-class-list.html b/files/templates/tailwind-class-list.html new file mode 100644 index 000000000..d9b7f0203 --- /dev/null +++ b/files/templates/tailwind-class-list.html @@ -0,0 +1 @@ +
\ No newline at end of file