bypass (OP) text

This commit is contained in:
James Campos 2014-10-03 13:08:50 -07:00 committed by czaks
parent b1a5911673
commit 9ea5ff610e

View File

@ -18,7 +18,7 @@
var node = this.className
? $root.find('> .intro')
: this
: $(this)
var link = {
node: node,
@ -29,6 +29,8 @@
if (OP === postOP) {
// XXX post hover adds fetched threads to the DOM
selector = '#thread_' + OP + ' ' + selector
// XXX bypass the `(OP)` text
link.node = link.node.next()
var $target = $(selector)
return add(link, $target)
}