show -> unhide
This commit is contained in:
parent
723e8cc3e7
commit
3ab0523b89
@ -152,7 +152,7 @@ Index =
|
|||||||
open: ({thread}) ->
|
open: ({thread}) ->
|
||||||
return false if Conf['Index Mode'] isnt 'catalog'
|
return false if Conf['Index Mode'] isnt 'catalog'
|
||||||
@el.textContent = if thread.isHidden
|
@el.textContent = if thread.isHidden
|
||||||
'Show thread'
|
'Unhide thread'
|
||||||
else
|
else
|
||||||
'Hide thread'
|
'Hide thread'
|
||||||
$.off @el, 'click', @cb if @cb
|
$.off @el, 'click', @cb if @cb
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user