pull/71/head
Mashiro 2019-03-15 01:27:48 +08:00
parent a6d212e20c
commit 30b54196b5
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ try {
if (Poi.reply_link_version == 'new'){
$('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", $(this).attr('data-postid') );
return false;
});
}