diff --git a/js/inline.js b/js/inline.js index 6334e60e..e93df2b6 100644 --- a/js/inline.js +++ b/js/inline.js @@ -20,6 +20,8 @@ var OP = $('input[name="thread"]').val() if (OP === postOP) { + // XXX WTF the post hover script adds fetched threads to the DOM + selector = '#thread_' + OP + ' ' + selector var $target = $(selector) add(link, $target) }