Skip to:
Content

bbPress.org

Ticket #2994: 2994.patch

File 2994.patch, 434 bytes (added by Robkk, 8 years ago)

Thanks to @expectancy in the bbpress.org support forums for the fix.

  • templates/default/js/reply.js

     
    1616                        respond.parentNode.insertBefore(div, respond);
    1717                }
    1818
    19                 reply.parentNode.insertBefore(respond);
     19                reply.parentNode.insertBefore(respond, null);
    2020                if ( post && postId ) {
    2121                        post.value = postId;
    2222                }