This commit is contained in:
Nicolas Stepien 2013-02-18 03:24:11 +01:00
parent 7c3fd1232c
commit 03b3ce9f63
3 changed files with 11 additions and 0 deletions

View File

@ -4909,6 +4909,11 @@
if (scroll) {
nodes[0].scrollIntoView();
}
$.event('4chanParsingDone', {
threadId: ThreadUpdater.thread.ID,
offset: ThreadUpdater.root.children.length - count,
limit: ThreadUpdater.root.children.length
});
}
return $.event('ThreadUpdate', {
404: false,

View File

@ -26,6 +26,7 @@ alpha
Fix Quote Backlinks not affecting inlined quotes.
Fix Quote Highlighting not affecting inlined quotes.
Fix unreadable inlined posts with the Tomorrow theme.
Fix user ID highlighting on fetched posts.
master

View File

@ -3200,6 +3200,11 @@ ThreadUpdater =
if scroll
nodes[0].scrollIntoView()
$.event '4chanParsingDone',
threadId: ThreadUpdater.thread.ID
offset: ThreadUpdater.root.children.length - count
limit: ThreadUpdater.root.children.length
$.event 'ThreadUpdate',
404: false
thread: ThreadUpdater.thread