diff --git a/js/inline.js b/js/inline.js
index 3eac588e..26b13f91 100644
--- a/js/inline.js
+++ b/js/inline.js
@@ -17,9 +17,8 @@
       : '#reply_' + postNum
 
     var node = this.className
-      // XXX post hover element is added to the quoting post
-      ? $root.find('> .files, > .inline').first()
-      : this.nextSibling
+      ? $root.find('> .intro')
+      : this
 
     var link = {
       node: node,
@@ -54,7 +53,7 @@
       "class": 'inline post',
       id: 'inline_' + link.postNum
     })
-    $clone.insertBefore(link.node)
+    $clone.insertAfter(link.node)
   }
 
   $('head').append(