parent
3f56c11db0
commit
51222375f7
2
LICENSE
2
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.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user