Don't hide OP/Thread when in a thread.
This commit is contained in:
parent
a9df947517
commit
31eea0a7bd
@ -568,7 +568,7 @@
|
|||||||
if (hl) {
|
if (hl) {
|
||||||
$.addClass(root, 'filter_highlight');
|
$.addClass(root, 'filter_highlight');
|
||||||
} else if (isOP) {
|
} else if (isOP) {
|
||||||
threadHiding.hideHide(root.parentNode);
|
if (!g.REPLY) threadHiding.hideHide(root.parentNode);
|
||||||
} else {
|
} else {
|
||||||
replyHiding.hideHide(root.previousSibling);
|
replyHiding.hideHide(root.previousSibling);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -462,7 +462,8 @@ filter =
|
|||||||
if hl
|
if hl
|
||||||
$.addClass root, 'filter_highlight'
|
$.addClass root, 'filter_highlight'
|
||||||
else if isOP
|
else if isOP
|
||||||
threadHiding.hideHide root.parentNode
|
unless g.REPLY
|
||||||
|
threadHiding.hideHide root.parentNode
|
||||||
else
|
else
|
||||||
replyHiding.hideHide root.previousSibling
|
replyHiding.hideHide root.previousSibling
|
||||||
true
|
true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user