revert another incorrect conflict resolution
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 10 Mar 2010 18:04:28 +0000 (13:04 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 10 Mar 2010 18:04:28 +0000 (13:04 -0500)
kronolith/js/kronolith.js

index 93974de..b92e64a 100644 (file)
@@ -2233,11 +2233,8 @@ KronolithCore = {
 
             switch (type) {
             case 'internal':
-                $('kronolithCalendarinternalDescription').setValue(info.desc);
-                $('kronolithCalendarinternalLinkImportExport').up('span').show();
-                $('kronolithCalendarinternalExport').href = Kronolith.conf.URI_CALENDAR_EXPORT + '=' + calendar;
                 kronolithCTagAc.reset(Kronolith.conf.calendars.internal[calendar].tg);
-                break;
+                // fall through
             case 'tasklists':
                 $('kronolithCalendar' + type + 'Description').setValue(info.desc);
                 $('kronolithCalendar' + type + 'LinkImportExport').up('span').show();