diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/scripts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index db67ca5..5138899 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -21,7 +21,7 @@ commentStatus = $('#post-comment .utterances').attr('style'); if (commentStatus === undefined) { commentLoadingTime += 1; - if (commentLoadingTime > 16) { + if (commentLoadingTime > 20) { clearInterval(commentCheckInterval); $('#post-comment').hide(); $('#post-loading p').text('评论区加载失败'); |