forked from GithubBackups/vichan
fix for image posts
This commit is contained in:
parent
6b2733feb5
commit
eef2f09fb4
@ -18,7 +18,7 @@
|
||||
|
||||
var node = this.className
|
||||
// XXX post hover element is added to the quoting post
|
||||
? $root.find('> .body, > .inline').first()
|
||||
? $root.find('> .files, > .inline').first()
|
||||
: this.nextSibling
|
||||
|
||||
var link = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user