bypass (OP) text
This commit is contained in:
parent
b1a5911673
commit
9ea5ff610e
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
var node = this.className
|
var node = this.className
|
||||||
? $root.find('> .intro')
|
? $root.find('> .intro')
|
||||||
: this
|
: $(this)
|
||||||
|
|
||||||
var link = {
|
var link = {
|
||||||
node: node,
|
node: node,
|
||||||
@ -29,6 +29,8 @@
|
|||||||
if (OP === postOP) {
|
if (OP === postOP) {
|
||||||
// XXX post hover adds fetched threads to the DOM
|
// XXX post hover adds fetched threads to the DOM
|
||||||
selector = '#thread_' + OP + ' ' + selector
|
selector = '#thread_' + OP + ' ' + selector
|
||||||
|
// XXX bypass the `(OP)` text
|
||||||
|
link.node = link.node.next()
|
||||||
var $target = $(selector)
|
var $target = $(selector)
|
||||||
return add(link, $target)
|
return add(link, $target)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user