Skip to:
Content

bbPress.org

Changeset 6096


Ignore:
Timestamp:
09/13/2016 08:05:40 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Replies: use appendChild vs. insertBefore for inline JS replies.

Fixes #2971. Props r-a-y.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/js/reply.js

    r5770 r6096  
    1717        }
    1818
    19         reply.parentNode.insertBefore(respond);
     19        reply.parentNode.appendChild(respond);
    2020        if ( post && postId ) {
    2121            post.value = postId;
Note: See TracChangeset for help on using the changeset viewer.