fix
This commit is contained in:
parent
a6d212e20c
commit
30b54196b5
|
@ -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;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue