fix
This commit is contained in:
parent
702e20753a
commit
262f525e75
@ -34,7 +34,9 @@
|
|||||||
if (srcOP === targetOP) {
|
if (srcOP === targetOP) {
|
||||||
// XXX post hover adds fetched threads to the DOM
|
// XXX post hover adds fetched threads to the DOM
|
||||||
selector = '#thread_' + srcOP + ' ' + selector
|
selector = '#thread_' + srcOP + ' ' + selector
|
||||||
// XXX bypass the `(OP)` text
|
|
||||||
|
// bypass `(OP)`
|
||||||
|
if (targetNum === targetOP)
|
||||||
link.node = link.node.next()
|
link.node = link.node.next()
|
||||||
|
|
||||||
var $target = $(selector)
|
var $target = $(selector)
|
||||||
|
Loading…
Reference in New Issue
Block a user