From: lpsolit%gmail.com <> Date: Thu, 31 Dec 2009 12:04:28 +0000 (+0000) Subject: Bug 537328: Clicking 'reply' shouldn't add anything to my history - Patch by Paul... X-Git-Tag: bugzilla-3.4.5~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc628f5dfc6e43d5dfedb1589aba308c232916d0;p=thirdparty%2Fbugzilla.git Bug 537328: Clicking 'reply' shouldn't add anything to my history - Patch by Paul O'Shannessy [:zpao] r=LpSolit a=mkanat --- diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 1fc157060e..2793a366a7 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -48,7 +48,7 @@ */ [% IF user.settings.quote_replies.value != 'off' %] document.write('[reply<' + '/a>]'); + id + ',' + real_id + '); return false;">reply<' + '/a>]'); [% END %] }