Skip to content

Commit

Permalink
fix(pjax): 处理pjax的评论区加载问题
Browse files Browse the repository at this point in the history
  • Loading branch information
nineya committed Mar 18, 2024
1 parent c119a07 commit 76b5eb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/pjax.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ $(document).on('pjax:success', async function (event, data, status, xhr, options
window.journalPjax && window.journalPjax(serialNumber)
/* 初始化文章界面 */
window.postPjax && window.postPjax(serialNumber)
/* 初始化评论 */
commonContext.initComment()
/* 初始化轮播 */
commonContext.initCarousel()
/* 加载主动推送或统计脚本 */
Expand Down

0 comments on commit 76b5eb4

Please sign in to comment.