From 270e95e88f59d6bc245b8da2c8855cdd88b96eca Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 10 Mar 2010 11:36:22 -0500 Subject: [PATCH] Don't show edit icon for external calendars either. --- 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 8ddff6a38..f85025539 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -885,7 +885,7 @@ KronolithCore = { if (!div) { div = this.getCalendarList(type, cal.owner); } - if (type != 'holiday') { + if (type != 'holiday' && type != 'external') { div.insert(new Element('span', { className: 'kronolithCalEdit' }) .insert('›')); } -- 2.11.0