From 30b54196b524cc390188a6ffb1cfc4ea79812b9a Mon Sep 17 00:00:00 2001 From: Mashiro Date: Fri, 15 Mar 2019 01:27:48 +0800 Subject: [PATCH] fix --- js/sakura-app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/sakura-app.js b/js/sakura-app.js index a7a492f..4b8b424 100644 --- a/js/sakura-app.js +++ b/js/sakura-app.js @@ -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; }); }