Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed May 19, 2019
1 parent a00f5fb commit 7e98ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/disqus.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@
*/
let getComment = (cursor) => {
let $loadMoreBtn = $$('dsqjs-load-more'),
$orderRadio = d.getElementsByClassName('dsqjs-order-radio');
$loadHideCommentInDisqus = d.getElementsByClassName('dsqjs-has-more-btn');
$orderRadio = d.getElementsByClassName('dsqjs-order-radio'),
$loadHideCommentInDisqus = d.getElementsByClassName('dsqjs-has-more-btn');

let getMoreComment = () => {
// 为按钮们取消事件,避免重复绑定
Expand Down

0 comments on commit 7e98ae7

Please sign in to comment.