This commit is contained in:
Nicolas Stepien 2012-05-28 14:53:43 +02:00
parent 3e9992f4ad
commit 753d63ca07
2 changed files with 2 additions and 2 deletions

View File

@ -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]);
}
}

View File

@ -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) ->