1
0
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:
James Campos 2014-09-24 12:37:25 -07:00
parent c38148c8a5
commit 08341b6d72

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