mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-22 23:08:14 +08:00
fix
This commit is contained in:
parent
23570d7004
commit
a6d212e20c
@ -161,7 +161,6 @@ try {
|
|||||||
if (Poi.reply_link_version == 'new'){
|
if (Poi.reply_link_version == 'new'){
|
||||||
$('body').on('click','.comment-reply-link',function(){
|
$('body').on('click','.comment-reply-link',function(){
|
||||||
addComment.moveForm( "comment-"+$(this).attr('data-commentid'), $(this).attr('data-commentid'), "respond", "1" );
|
addComment.moveForm( "comment-"+$(this).attr('data-commentid'), $(this).attr('data-commentid'), "respond", "1" );
|
||||||
console.log($(this).attr('data-commentid'));
|
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user