Skip to content

Commit

Permalink
Merge pull request #251 from xzhuz/dev
Browse files Browse the repository at this point in the history
🐛 Fix: fix share
  • Loading branch information
xzhuz committed Apr 10, 2022
2 parents 976761f + b94bf87 commit 4ac97ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/pjax.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
xueContext.arrowDown()
}
if ($("#container").find('.icon-Share').length > 0) {
if ($("#container").find('.share-items').length > 0) {
xueContext.shareBtn()
xueContext.shareItem()
}
Expand Down

0 comments on commit 4ac97ae

Please sign in to comment.