Committer: esavintcev
LJSUP-9536: Anchors at Comment FormU trunk/htdocs/js/quickreply.js
Modified: trunk/htdocs/js/quickreply.js =================================================================== --- trunk/htdocs/js/quickreply.js 2011-08-16 09:20:57 UTC (rev 19739) +++ trunk/htdocs/js/quickreply.js 2011-08-16 09:26:32 UTC (rev 19740) @@ -63,7 +63,7 @@ //a reply to a comment qr_form.action = basepath.value + "replyto=" + dtid.value; } else { - qr_form.action = basepath.value + "mode=reply"; + qr_form.action = basepath.value + "mode=reply#add_comment"; } // we changed the form action so submit ourselves