This commit is contained in:
Mayhem 2014-03-10 09:44:49 +01:00
parent 84a53c5d41
commit 2ae6ae1dfd

View File

@ -145,6 +145,7 @@ PostHiding =
el: $.el 'a', href: 'javascript:;'
order: 20
open: (post) ->
return false if post.isReply
@el.textContent = if post.isHidden
'Unhide thread'
else