Browse Source

fix

pull/40/head
James Campos 10 years ago
committed by czaks
parent
commit
262f525e75
  1. 4
      js/inline.js

4
js/inline.js

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

Loading…
Cancel
Save