Missed one

This commit is contained in:
Zixaphir 2014-05-03 03:37:04 -07:00
parent ec77ec1e84
commit 7f01817977
3 changed files with 3 additions and 3 deletions

View File

@ -11033,7 +11033,7 @@
threadID: data.thread.ID,
postID: ID
})) {
QuoteYou.lastRead = data.nodes.root;
QuoteMarkers.lastRead = data.nodes.root;
}
}
if (!ID) {

View File

@ -11048,7 +11048,7 @@
threadID: data.thread.ID,
postID: ID
})) {
QuoteYou.lastRead = data.nodes.root;
QuoteMarkers.lastRead = data.nodes.root;
}
}
if (!ID) {

View File

@ -160,7 +160,7 @@ Unread =
threadID: data.thread.ID
postID: ID
}
QuoteYou.lastRead = data.nodes.root
QuoteMarkers.lastRead = data.nodes.root
return unless ID