diff --git a/progit/templates/pull_request.html b/progit/templates/pull_request.html index 174c57a..38f3b66 100644 --- a/progit/templates/pull_request.html +++ b/progit/templates/pull_request.html @@ -141,6 +141,8 @@ '' + data + '' ); comment(); }); + } else { + current_row.next().find('.pr_comment').remove(); } } );