From bd62455a0d36cd81ef9a489becfa151b7e8131d0 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 12:10:36 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 4 ++-- files/templates/tailwind-class-list.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 files/templates/tailwind-class-list.html 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