From 51222375f76387bf84c560bd69a7c917fc3792dd Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Fri, 16 Jan 2015 08:25:30 -0700 Subject: [PATCH] Fix Unread Count breaking after posting. #863 #855 --- LICENSE | 2 +- builds/appchan-x.user.js | 4 ++-- builds/crx/script.js | 4 ++-- src/Monitoring/Unread.coffee | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 0bb17f683..8c7d0ab91 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.10.2 - 2015-01-15 +* appchan x - Version 2.10.2 - 2015-01-16 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 457c6e33c..5432bc6ba 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -27,7 +27,7 @@ // ==/UserScript== /* -* appchan x - Version 2.10.2 - 2015-01-15 +* appchan x - Version 2.10.2 - 2015-01-16 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -15211,7 +15211,7 @@ threadID: data.thread.ID, postID: ID })) { - QuoteYou.lastRead = root; + QuoteMarkers.lastRead = root; } Unread.position = Unread.position.next; } diff --git a/builds/crx/script.js b/builds/crx/script.js index d77e1d846..c4bfe0700 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.10.2 - 2015-01-15 +* appchan x - Version 2.10.2 - 2015-01-16 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -15235,7 +15235,7 @@ threadID: data.thread.ID, postID: ID })) { - QuoteYou.lastRead = root; + QuoteMarkers.lastRead = root; } Unread.position = Unread.position.next; } diff --git a/src/Monitoring/Unread.coffee b/src/Monitoring/Unread.coffee index 219308184..547b271a9 100755 --- a/src/Monitoring/Unread.coffee +++ b/src/Monitoring/Unread.coffee @@ -197,7 +197,7 @@ Unread = threadID: data.thread.ID postID: ID } - QuoteYou.lastRead = root + QuoteMarkers.lastRead = root Unread.position = Unread.position.next return unless count