mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
fix selector
This commit is contained in:
parent
c38148c8a5
commit
08341b6d72
@ -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…
x
Reference in New Issue
Block a user