Committer: dpetrov
LJSUP-11059: Move commenting form under commentU trunk/htdocs/js/quickreply.js
Modified: trunk/htdocs/js/quickreply.js =================================================================== --- trunk/htdocs/js/quickreply.js 2012-01-30 08:16:11 UTC (rev 21037) +++ trunk/htdocs/js/quickreply.js 2012-01-30 08:19:01 UTC (rev 21038) @@ -31,6 +31,8 @@ var comments = $('comments'); + //LJSUP-11059: when we show old style entry page, comment form should be placed under comment with + //shift according to its depth. if (!comments || comments.className.indexOf('entry-comments-s1') === -1) { cur_div.parentNode.insertBefore(qr_div, cur_div); } else {