From a32d088acd71be3ce96d84aa07371f0fc62cf6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=86=E7=93=9C=E4=BA=91?= Date: Mon, 31 Jul 2023 15:52:49 +0800 Subject: [PATCH] Update post_example.html --- post_example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_example.html b/post_example.html index f8e8d65..879406e 100644 --- a/post_example.html +++ b/post_example.html @@ -152,7 +152,7 @@ function openComments(){ function iFrameLoading(){ var utterances=document.getElementsByClassName('utterances'); if(utterances.length==1){ - if(utterances.style.height!=""){ + if(utterances[0].style.height!=""){ utterancesLoad=1; int=window.clearInterval(int); document.getElementById("comments").setAttribute("style","border-top: 1px solid var(--color-border-default);margin-top:64px;");