Fix #645.
This commit is contained in:
parent
7c3fd1232c
commit
03b3ce9f63
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user