From 454976daa7c8a783d8eacd00d870033d41796b9f Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Tue, 20 Jan 2015 11:33:14 +0400 Subject: [PATCH] Garbage removed. --- chrome_point_plus/js/point-plus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome_point_plus/js/point-plus.js b/chrome_point_plus/js/point-plus.js index fcf1e1c..7c6d91c 100644 --- a/chrome_point_plus/js/point-plus.js +++ b/chrome_point_plus/js/point-plus.js @@ -612,7 +612,7 @@ $(document).ready(function() { $parentCommentChildren.append($comment); } else { console.log('No child comments found. Creating...'); - $post.after($('
').addClass('comments').append($comment).css('margin-left', '0px')); + $post.after($('
').addClass('comments').append($comment)); } } });