Skip to content

Commit

Permalink
fix(comment): disqus
Browse files Browse the repository at this point in the history
  • Loading branch information
inkss authored Jun 27, 2022
1 parent 6055910 commit 6656237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layout/_plugins/comments/disqus/script.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
// 点击了加载
function needLoadDisqus() {
if(!document.querySelectorAll("#layoutHelper-comments")[0])return;
checkDisqus();
volantis.dom.$(document.getElementById("load-btns")).hide();
volantis.dom.$(document.getElementById("loading-comments")).show();
Expand Down

0 comments on commit 6656237

Please sign in to comment.