diff --git a/src/General/Index.coffee b/src/General/Index.coffee index d1efd7ee3..7a1be3991 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -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