From: Michael J. Rubinsky Date: Wed, 10 Mar 2010 16:36:22 +0000 (-0500) Subject: Don't show edit icon for external calendars either. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=270e95e88f59d6bc245b8da2c8855cdd88b96eca;p=horde.git Don't show edit icon for external calendars either. --- 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('›')); }