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:43:01 UTC (rev 19741) +++ trunk/htdocs/js/quickreply.js 2011-08-17 03:01:43 UTC (rev 19742) @@ -61,7 +61,7 @@ if(dtid.value > 0 && pidform.value > 0) { //a reply to a comment - qr_form.action = basepath.value + "replyto=" + dtid.value; + qr_form.action = basepath.value + "replyto=" + dtid.value + "#add_comment"; } else { qr_form.action = basepath.value + "mode=reply#add_comment"; }