Browse Source

fix for image posts

pull/40/head
James Campos 10 years ago
committed by czaks
parent
commit
bb193e93e2
  1. 2
      js/inline.js

2
js/inline.js

@ -18,7 +18,7 @@
var node = this.className var node = this.className
// XXX post hover element is added to the quoting post // XXX post hover element is added to the quoting post
? $root.find('> .body, > .inline').first() ? $root.find('> .files, > .inline').first()
: this.nextSibling : this.nextSibling
var link = { var link = {

Loading…
Cancel
Save