diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index a0525625e..938550122 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -7907,7 +7907,8 @@ if (Conf['Unread Line']) { Unread.setLine(posts.contains(Unread.posts[0])); } - return Unread.read(); + Unread.read(); + return Unread.update(); }, addPostQuotingYou: function(post) { var quotelink, _i, _len, _ref; @@ -7957,7 +7958,7 @@ } return arr.splice(0, i); }, - read: $.debounce(50, function() { + read: $.debounce(50, function(e) { var ID, bottom, height, i, post, posts; if (d.hidden || !Unread.posts.length) { @@ -7994,7 +7995,9 @@ } Unread.saveLastReadPost(); Unread.readArray(Unread.postsQuotingYou); - return Unread.update(); + if (e) { + return Unread.update(); + } }), saveLastReadPost: $.debounce(2 * $.SECOND, function() { if (Unread.thread.isDead) {