mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 19:40:55 +08:00
🐛 修复无法获取twikoo评论标签元素ID的bug
This commit is contained in:
@@ -33,7 +33,7 @@ script.
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ('!{theme.comments.use[0]}' === 'Twikoo' || !!{theme.comments.lazyload}) {
|
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 loadTwikoo(true)
|
||||||
} else {
|
} else {
|
||||||
window.loadOtherComment = () => {
|
window.loadOtherComment = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user