fix(comment): 修复评论区无法打开问题
This commit is contained in:
parent
7d6563a7d0
commit
2854d4c1a5
@ -412,7 +412,7 @@ const commonContext = {
|
||||
let target = $(this).attr('data-target')
|
||||
let id = $(this).attr('data-id')
|
||||
CommentWidget.init(
|
||||
`.widget-comment[data-id=${id}][data-target=${target}]`,
|
||||
`.widget-comment[data-id='${id}'][data-target='${target}']`,
|
||||
'/plugins/PluginCommentWidget/assets/static/style.css',
|
||||
{
|
||||
group: 'content.halo.run',
|
||||
|
2
templates/assets/js/common.min.js
vendored
2
templates/assets/js/common.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user