diff options
author | reed%reedloden.com <> | 2009-12-31 00:17:29 +0000 |
---|---|---|
committer | reed%reedloden.com <> | 2009-12-31 00:17:29 +0000 |
commit | 75159bf24418cc866aa28d86a493c0a927abd87a (patch) | |
tree | ec5940ff06a1fe0c779f4001e6795cffabb97d1d /template/en/default/bug | |
parent | 8ae3947f54cf1ee266b2f6145bd6320ecaeb9948 (diff) | |
download | bugs-75159bf24418cc866aa28d86a493c0a927abd87a.tar bugs-75159bf24418cc866aa28d86a493c0a927abd87a.tar.gz bugs-75159bf24418cc866aa28d86a493c0a927abd87a.tar.bz2 bugs-75159bf24418cc866aa28d86a493c0a927abd87a.tar.xz bugs-75159bf24418cc866aa28d86a493c0a927abd87a.zip |
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/en/default/bug')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
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 %] } |