Don't hide OP/Thread when in a thread.
This commit is contained in:
parent
a9df947517
commit
31eea0a7bd
@ -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);
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user