Browse Source

bypass (OP) text

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

4
js/inline.js

@ -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)
}

Loading…
Cancel
Save