summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorreed%reedloden.com <>2009-12-31 01:17:29 +0100
committerreed%reedloden.com <>2009-12-31 01:17:29 +0100
commit75159bf24418cc866aa28d86a493c0a927abd87a (patch)
treeec5940ff06a1fe0c779f4001e6795cffabb97d1d /template
parent8ae3947f54cf1ee266b2f6145bd6320ecaeb9948 (diff)
downloadbugzilla-75159bf24418cc866aa28d86a493c0a927abd87a.tar.gz
bugzilla-75159bf24418cc866aa28d86a493c0a927abd87a.tar.xz
Bug 537328 - "Clicking 'reply' shouldn't add anything to my history" [p=paul@oshannessy.com (Paul O'Shannessy [zpao]) r=LpSolit a=LpSolit]
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index bfb2622e8..379370689 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('[<a href="#add_comment" onclick="replyToComment(' +
- id + ',' + real_id + ');">reply<' + '/a>]');
+ id + ',' + real_id + '); return false;">reply<' + '/a>]');
[% END %]
}