Fix Unread Count breaking after posting. #863 #855

This commit is contained in:
Zixaphir 2015-01-16 08:25:30 -07:00
parent 3f56c11db0
commit 51222375f7
4 changed files with 6 additions and 6 deletions

View File

@ -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. * Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE * https://github.com/zixaphir/appchan-x/blob/master/LICENSE

View File

@ -27,7 +27,7 @@
// ==/UserScript== // ==/UserScript==
/* /*
* appchan x - Version 2.10.2 - 2015-01-15 * appchan x - Version 2.10.2 - 2015-01-16
* *
* Licensed under the MIT license. * Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE * https://github.com/zixaphir/appchan-x/blob/master/LICENSE
@ -15211,7 +15211,7 @@
threadID: data.thread.ID, threadID: data.thread.ID,
postID: ID postID: ID
})) { })) {
QuoteYou.lastRead = root; QuoteMarkers.lastRead = root;
} }
Unread.position = Unread.position.next; Unread.position = Unread.position.next;
} }

View File

@ -1,6 +1,6 @@
// Generated by CoffeeScript // 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. * Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE * https://github.com/zixaphir/appchan-x/blob/master/LICENSE
@ -15235,7 +15235,7 @@
threadID: data.thread.ID, threadID: data.thread.ID,
postID: ID postID: ID
})) { })) {
QuoteYou.lastRead = root; QuoteMarkers.lastRead = root;
} }
Unread.position = Unread.position.next; Unread.position = Unread.position.next;
} }

View File

@ -197,7 +197,7 @@ Unread =
threadID: data.thread.ID threadID: data.thread.ID
postID: ID postID: ID
} }
QuoteYou.lastRead = root QuoteMarkers.lastRead = root
Unread.position = Unread.position.next Unread.position = Unread.position.next
return unless count return unless count