mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 23:50:11 +01:00
fix
This commit is contained in:
parent
e7e057c8c8
commit
bbc4169eaa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user