fix selector
This commit is contained in:
parent
67d3449998
commit
51a74bbd73
@ -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…
Reference in New Issue
Block a user