From 532a1a80c42333c2661303e200a8914539ab7b5d Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 12:08:41 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/templates/submission.html b/files/templates/submission.html index ab33c6a1c..cc48dd004 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -698,6 +698,8 @@ const form = new FormData(); const xhr = new XMLHttpRequest(); + btn.classList.toggle('animate-pulse'); + xhr.open("post", "/viewmore/{{p.id}}/{{sort}}/{{offset}}"); xhr.withCredentials=true; xhr.onload=function(){