Don't show edit icon for external calendars either.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 10 Mar 2010 16:36:22 +0000 (11:36 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 10 Mar 2010 16:39:40 +0000 (11:39 -0500)
kronolith/js/kronolith.js

index 8ddff6a..f850255 100644 (file)
@@ -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('&rsaquo;'));
         }