pull/71/head
Mashiro 2019-03-15 01:24:45 +08:00
parent 23570d7004
commit a6d212e20c
1 changed files with 0 additions and 1 deletions

View File

@ -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;
});
}