Use ReplyHiding when Recursively Filtering. This will add stubs when the option is enabled.
This commit is contained in:
parent
9ce3679a2e
commit
b40a79a9f4
@ -709,7 +709,7 @@
|
|||||||
quote = _ref[_i];
|
quote = _ref[_i];
|
||||||
if ((el = $.id(quote.hash.slice(1))) && el.parentNode.parentNode.parentNode.hidden) {
|
if ((el = $.id(quote.hash.slice(1))) && el.parentNode.parentNode.parentNode.hidden) {
|
||||||
$.addClass(quote, 'filtered');
|
$.addClass(quote, 'filtered');
|
||||||
if (conf['Recursive Filtering']) post.root.hidden = true;
|
if (conf['Recursive Filtering']) ReplyHiding.hide(post.root);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -617,7 +617,7 @@ StrikethroughQuotes =
|
|||||||
for quote in post.quotes
|
for quote in post.quotes
|
||||||
if (el = $.id quote.hash[1..]) and el.parentNode.parentNode.parentNode.hidden
|
if (el = $.id quote.hash[1..]) and el.parentNode.parentNode.parentNode.hidden
|
||||||
$.addClass quote, 'filtered'
|
$.addClass quote, 'filtered'
|
||||||
post.root.hidden = true if conf['Recursive Filtering']
|
ReplyHiding.hide post.root if conf['Recursive Filtering']
|
||||||
return
|
return
|
||||||
|
|
||||||
ExpandComment =
|
ExpandComment =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user