From 97fe932ad9c22fa4b5690d38b33242eed11742f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B6=E5=BA=A6=E5=86=B7=E5=92=96=E5=95=A1?= Date: Mon, 7 Dec 2020 08:25:02 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=8E=B7=E5=8F=96twikoo=E8=AF=84=E8=AE=BA=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=85=83=E7=B4=A0ID=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/includes/third-party/comments/twikoo.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/includes/third-party/comments/twikoo.pug b/layout/includes/third-party/comments/twikoo.pug index 7422c1b..8a164d5 100644 --- a/layout/includes/third-party/comments/twikoo.pug +++ b/layout/includes/third-party/comments/twikoo.pug @@ -33,11 +33,11 @@ script. } if ('!{theme.comments.use[0]}' === 'Twikoo' || !!{theme.comments.lazyload}) { - if (!{theme.comments.lazyload}) btf.loadComment(document.getElementById('twikoo'), loadTwikoo) + if (!{theme.comments.lazyload}) btf.loadComment(document.getElementById('twikoo-wrap'), loadTwikoo) else loadTwikoo(true) } else { window.loadOtherComment = () => { loadTwikoo() } } - })() \ No newline at end of file + })()