This commit is contained in:
Mashiro 2019-03-15 01:24:45 +08:00
parent 23570d7004
commit a6d212e20c

View File

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