show -> unhide

This commit is contained in:
Mayhem 2014-02-05 09:29:47 +01:00 committed by ccd0
parent 723e8cc3e7
commit 3ab0523b89

View File

@ -152,7 +152,7 @@ Index =
open: ({thread}) ->
return false if Conf['Index Mode'] isnt 'catalog'
@el.textContent = if thread.isHidden
'Show thread'
'Unhide thread'
else
'Hide thread'
$.off @el, 'click', @cb if @cb