Garbage removed.

This commit is contained in:
Alexey Skobkin 2015-01-20 11:33:14 +04:00
parent e30b440956
commit 454976daa7
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ $(document).ready(function() {
$parentCommentChildren.append($comment); $parentCommentChildren.append($comment);
} else { } else {
console.log('No child comments found. Creating...'); console.log('No child comments found. Creating...');
$post.after($('<div>').addClass('comments').append($comment).css('margin-left', '0px')); $post.after($('<div>').addClass('comments').append($comment));
} }
} }
}); });