]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 537328 - "Clicking 'reply' shouldn't add anything to my history" [p=paul@oshannes...
authorreed%reedloden.com <>
Thu, 31 Dec 2009 00:17:29 +0000 (00:17 +0000)
committerreed%reedloden.com <>
Thu, 31 Dec 2009 00:17:29 +0000 (00:17 +0000)
template/en/default/bug/edit.html.tmpl

index bfb2622e8861fe1d658fe866eef4655320e612b8..379370689202357691ad8f64f2e5f26937a443ae 100644 (file)
@@ -48,7 +48,7 @@
        */
       [% IF user.settings.quote_replies.value != 'off' %]
         document.write('[<a href="#add_comment" onclick="replyToComment(' + 
-                       id + ',' + real_id + ');">reply<' + '/a>]');
+                       id + ',' + real_id + '); return false;">reply<' + '/a>]');
       [% END %]
   }