]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 537328: Clicking 'reply' shouldn't add anything to my history - Patch by Paul...
authorlpsolit%gmail.com <>
Thu, 31 Dec 2009 12:04:28 +0000 (12:04 +0000)
committerlpsolit%gmail.com <>
Thu, 31 Dec 2009 12:04:28 +0000 (12:04 +0000)
template/en/default/bug/edit.html.tmpl

index 1fc157060e6b729742fcc6fcbf17095d8a9a1f9b..2793a366a76d97bdaaf50f0425c1d10a8202efe7 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 %]
   }