Don't hide OP/Thread when in a thread.

This commit is contained in:
Nicolas Stepien 2012-02-21 04:30:39 +01:00
parent a9df947517
commit 31eea0a7bd
2 changed files with 3 additions and 2 deletions

View File

@ -568,7 +568,7 @@
if (hl) {
$.addClass(root, 'filter_highlight');
} else if (isOP) {
threadHiding.hideHide(root.parentNode);
if (!g.REPLY) threadHiding.hideHide(root.parentNode);
} else {
replyHiding.hideHide(root.previousSibling);
}

View File

@ -462,7 +462,8 @@ filter =
if hl
$.addClass root, 'filter_highlight'
else if isOP
threadHiding.hideHide root.parentNode
unless g.REPLY
threadHiding.hideHide root.parentNode
else
replyHiding.hideHide root.previousSibling
true