From ffe9d282f4252e749550f37b8db6db99f7022528 Mon Sep 17 00:00:00 2001 From: Marc Schumann Date: Tue, 29 May 2012 18:27:44 +0200 Subject: Bug 758148 - Comment toggling link should use − so that its width stays constant. r/a=LpSolit --- js/comments.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') diff --git a/js/comments.js b/js/comments.js index ce61f6ba0..acf5dbf9b 100644 --- a/js/comments.js +++ b/js/comments.js @@ -56,7 +56,7 @@ function collapse_comment(link, comment) { } function expand_comment(link, comment) { - link.innerHTML = "[-]"; + link.innerHTML = "[−]"; YAHOO.util.Dom.removeClass(comment, 'collapsed'); } @@ -114,7 +114,7 @@ function addCollapseLink(count, title) { document.write(' [-]<\/a> '); + '); return false;" title="' + title + '">[−]<\/a> '); } function goto_add_comments( anchor ){ -- cgit v1.2.3-24-g4f1b