Fix shift/alt clicking regression in the catalog.

This commit is contained in:
Mayhem 2014-02-03 15:00:54 +01:00
parent 600febc22e
commit e0a171c558

View File

@ -130,7 +130,7 @@ Index =
$.on @nodes.thumb, 'click', Index.onClick
onClick: (e) ->
return if e.button isnt 0
root = @parentNode.parentNode
root = @parentNode
thread = g.threads[root.dataset.fullID]
if e.shiftKey
Index.toggleHide thread, root