Hide the <hr> following a hidden announcement.

This commit is contained in:
Nicolas Stepien 2013-04-23 23:33:54 +02:00
parent f40d0e8374
commit fb0bf4de06

View File

@ -908,6 +908,8 @@ PSAHiding =
true
else
false
if hr = $.x 'following-sibling::hr', psa
hr.hidden = psa.hidden
trim: (psa) ->
psa.textContent.replace(/\W+/g, '').toLowerCase()