mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-13 22:33:05 +00:00
Fadeout fix.
This commit is contained in:
parent
2fb3dca119
commit
5d3e09d99c
|
@ -595,7 +595,7 @@ $(document).ready(function() {
|
|||
postId: $post.data('id'),
|
||||
author: $('#name h1').text(),
|
||||
text: $(this).val(),
|
||||
fadeOut: false
|
||||
fadeOut: true
|
||||
}, function($comment) {
|
||||
// If list mode or not addressed to other comment
|
||||
if ($('#comments #tree-switch a').eq(0).hasClass('active') || ($post.data('comment-id') === undefined)) {
|
||||
|
|
Loading…
Reference in a new issue