diff --git a/templates/post.html b/templates/post.html
index 8d00d93..4749df9 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -92,6 +92,7 @@ document.getElementById("pathHome").setAttribute("d",IconList["home"]);
function openComments(){
cm=document.getElementById("comments");
cmButton=document.getElementById("cmButton");
+ cmButton.disabled=true;
cmButton.innerHTML="loading";
span=document.createElement("span");
span.setAttribute("class","AnimatedEllipsis");