From 5d3e09d99c7e1d237abb7339082fb9c9aaae6c8d Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Tue, 20 Jan 2015 11:51:46 +0400 Subject: [PATCH] Fadeout fix. --- 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 7c6d91c..3be4249 100644 --- a/chrome_point_plus/js/point-plus.js +++ b/chrome_point_plus/js/point-plus.js @@ -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)) {