Fix #645.
This commit is contained in:
parent
7c3fd1232c
commit
03b3ce9f63
@ -4909,6 +4909,11 @@
|
|||||||
if (scroll) {
|
if (scroll) {
|
||||||
nodes[0].scrollIntoView();
|
nodes[0].scrollIntoView();
|
||||||
}
|
}
|
||||||
|
$.event('4chanParsingDone', {
|
||||||
|
threadId: ThreadUpdater.thread.ID,
|
||||||
|
offset: ThreadUpdater.root.children.length - count,
|
||||||
|
limit: ThreadUpdater.root.children.length
|
||||||
|
});
|
||||||
}
|
}
|
||||||
return $.event('ThreadUpdate', {
|
return $.event('ThreadUpdate', {
|
||||||
404: false,
|
404: false,
|
||||||
|
|||||||
@ -26,6 +26,7 @@ alpha
|
|||||||
Fix Quote Backlinks not affecting inlined quotes.
|
Fix Quote Backlinks not affecting inlined quotes.
|
||||||
Fix Quote Highlighting not affecting inlined quotes.
|
Fix Quote Highlighting not affecting inlined quotes.
|
||||||
Fix unreadable inlined posts with the Tomorrow theme.
|
Fix unreadable inlined posts with the Tomorrow theme.
|
||||||
|
Fix user ID highlighting on fetched posts.
|
||||||
|
|
||||||
master
|
master
|
||||||
|
|
||||||
|
|||||||
@ -3200,6 +3200,11 @@ ThreadUpdater =
|
|||||||
if scroll
|
if scroll
|
||||||
nodes[0].scrollIntoView()
|
nodes[0].scrollIntoView()
|
||||||
|
|
||||||
|
$.event '4chanParsingDone',
|
||||||
|
threadId: ThreadUpdater.thread.ID
|
||||||
|
offset: ThreadUpdater.root.children.length - count
|
||||||
|
limit: ThreadUpdater.root.children.length
|
||||||
|
|
||||||
$.event 'ThreadUpdate',
|
$.event 'ThreadUpdate',
|
||||||
404: false
|
404: false
|
||||||
thread: ThreadUpdater.thread
|
thread: ThreadUpdater.thread
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user