mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-13 22:33:05 +00:00
Garbage removed.
This commit is contained in:
parent
e30b440956
commit
454976daa7
|
@ -612,7 +612,7 @@ $(document).ready(function() {
|
|||
$parentCommentChildren.append($comment);
|
||||
} else {
|
||||
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));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue