Browse Source

fix selector

pull/40/head
James Campos 10 years ago
committed by czaks
parent
commit
51a74bbd73
  1. 2
      js/inline.js

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

Loading…
Cancel
Save