mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
Garbage removed.
This commit is contained in:
parent
e30b440956
commit
454976daa7
|
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue