From: Jan Schneider Date: Fri, 19 Feb 2010 21:40:58 +0000 (+0100) Subject: Always open first tab when editing calendars. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=cf7c33b3ad029199e36d5dbef022933189ca17e4;p=horde.git Always open first tab when editing calendars. --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index f1e73e6ea..02a084202 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -2053,6 +2053,7 @@ KronolithCore = { var type = calendar[0]; calendar = calendar.length == 1 ? null : calendar[1]; + this.openTab($('kronolithCalendarForm' + type).down('.tabset a.kronolithTabLink')); $('kronolithCalendarDialog').select('.kronolithCalendarDiv').invoke('hide'); $('kronolithCalendar' + type + '1').show(); $('kronolithCalendarForm' + type).select('.kronolithCalendarContinue').invoke('enable');