Ticket #2994: 2994.patch
File 2994.patch, 434 bytes (added by , 8 years ago) |
---|
-
templates/default/js/reply.js
16 16 respond.parentNode.insertBefore(div, respond); 17 17 } 18 18 19 reply.parentNode.insertBefore(respond );19 reply.parentNode.insertBefore(respond, null); 20 20 if ( post && postId ) { 21 21 post.value = postId; 22 22 }