Hide the <hr> following a hidden announcement.
This commit is contained in:
parent
f40d0e8374
commit
fb0bf4de06
@ -908,6 +908,8 @@ PSAHiding =
|
|||||||
true
|
true
|
||||||
else
|
else
|
||||||
false
|
false
|
||||||
|
if hr = $.x 'following-sibling::hr', psa
|
||||||
|
hr.hidden = psa.hidden
|
||||||
trim: (psa) ->
|
trim: (psa) ->
|
||||||
psa.textContent.replace(/\W+/g, '').toLowerCase()
|
psa.textContent.replace(/\W+/g, '').toLowerCase()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user