fix
This commit is contained in:
parent
23570d7004
commit
a6d212e20c
|
@ -161,7 +161,6 @@ 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" );
|
||||
console.log($(this).attr('data-commentid'));
|
||||
return false;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue