fix selector

This commit is contained in:
James Campos 2014-09-24 12:37:25 -07:00 committed by czaks
parent 67d3449998
commit 51a74bbd73

View File

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