From: Jan Schneider Date: Tue, 18 May 2010 00:00:28 +0000 (+0200) Subject: Try this button. Like that better, IE? X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9a1e0e5d47c1efe03c45d4f12c490077f6c17f88;p=horde.git Try this button. Like that better, IE? --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 187a5509a..92745d940 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -1005,7 +1005,7 @@ KronolithCore = { } if (type != 'holiday' && type != 'external') { div.insert(new Element('span', { className: 'kronolithCalEdit' }) - .insert('▸')); + .insert('►')); } div.insert(new Element('div', { className: cal.show ? 'kronolithCalOn' : 'kronolithCalOff' }) .store('calendar', id)