diff --git a/js/inline.js b/js/inline.js index 26b13f91..0ea7f233 100644 --- a/js/inline.js +++ b/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) }