From 9a1e0e5d47c1efe03c45d4f12c490077f6c17f88 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 18 May 2010 02:00:28 +0200 Subject: [PATCH] Try this button. Like that better, IE? --- kronolith/js/kronolith.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0