Commit 75159bf2 authored by reed%reedloden.com's avatar reed%reedloden.com

Bug 537328 - "Clicking 'reply' shouldn't add anything to my history"…

Bug 537328 - "Clicking 'reply' shouldn't add anything to my history" [p=paul@oshannessy.com (Paul O'Shannessy [zpao]) r=LpSolit a=LpSolit]
parent 8ae3947f
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
*/ */
[% IF user.settings.quote_replies.value != 'off' %] [% IF user.settings.quote_replies.value != 'off' %]
document.write('[<a href="#add_comment" onclick="replyToComment(' + document.write('[<a href="#add_comment" onclick="replyToComment(' +
id + ',' + real_id + ');">reply<' + '/a>]'); id + ',' + real_id + '); return false;">reply<' + '/a>]');
[% END %] [% END %]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment