This commit is contained in:
James Campos 2014-10-04 08:16:01 -07:00 committed by czaks
parent 702e20753a
commit 262f525e75

View File

@ -34,8 +34,10 @@
if (srcOP === targetOP) {
// XXX post hover adds fetched threads to the DOM
selector = '#thread_' + srcOP + ' ' + selector
// XXX bypass the `(OP)` text
link.node = link.node.next()
// bypass `(OP)`
if (targetNum === targetOP)
link.node = link.node.next()
var $target = $(selector)
if ($target.length)