projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e57fee
)
Always open first tab when editing calendars.
author
Jan Schneider
<jan@horde.org>
Fri, 19 Feb 2010 21:40:58 +0000
(22:40 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 19 Feb 2010 23:18:09 +0000
(
00:18
+0100)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
f1e73e6
..
02a0842
100644
(file)
--- 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');