From ac556c5cba9bd53ea811868ad1af83b26a2774dd Mon Sep 17 00:00:00 2001 From: Meekdai Date: Tue, 12 Nov 2024 09:04:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=84=E8=AE=BA=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=A4=9A=E6=AC=A1=E7=82=B9=E5=87=BB=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/post.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/post.html b/templates/post.html index 8d00d932..4749df94 100644 --- a/templates/post.html +++ b/templates/post.html @@ -92,6 +92,7 @@

{{ blogBase['postTitle'] }}

function openComments(){ cm=document.getElementById("comments"); cmButton=document.getElementById("cmButton"); + cmButton.disabled=true; cmButton.innerHTML="loading"; span=document.createElement("span"); span.setAttribute("class","AnimatedEllipsis");