Fix #508
This commit is contained in:
parent
3e9992f4ad
commit
753d63ca07
@ -607,7 +607,7 @@
|
||||
$.addClass(root, result[0]);
|
||||
if (isOP && result[1] && !g.REPLY) {
|
||||
thisThread = root.parentNode;
|
||||
if (firstThread = $('div[class=thread]')) {
|
||||
if (firstThread = $('div[class="postContainer opContainer"]').parentNode) {
|
||||
$.before(firstThread, [thisThread, thisThread.nextElementSibling]);
|
||||
}
|
||||
}
|
||||
|
||||
@ -486,7 +486,7 @@ Filter =
|
||||
# Put the highlighted OPs' thread on top of the board page...
|
||||
thisThread = root.parentNode
|
||||
# ...before the first non highlighted thread.
|
||||
if firstThread = $ 'div[class=thread]'
|
||||
if firstThread = $('div[class="postContainer opContainer"]').parentNode
|
||||
$.before firstThread, [thisThread, thisThread.nextElementSibling]
|
||||
|
||||
name: (post) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user