From 262f525e75a74909b41e2fe6b10072b1af1feb72 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 4 Oct 2014 08:16:01 -0700 Subject: [PATCH] fix --- js/inline.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/js/inline.js b/js/inline.js index 0b7a47a0..b83a5ae6 100644 --- a/js/inline.js +++ b/js/inline.js @@ -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)