projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fff4022
)
MFB
author
Jan Schneider
<jan@horde.org>
Tue, 1 Jun 2010 15:01:43 +0000
(17:01 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 1 Jun 2010 17:08:48 +0000
(19:08 +0200)
kronolith/templates/edit/javascript.inc
patch
|
blob
|
history
diff --git
a/kronolith/templates/edit/javascript.inc
b/kronolith/templates/edit/javascript.inc
index
7a01252
..
e00af25
100644
(file)
--- a/
kronolith/templates/edit/javascript.inc
+++ b/
kronolith/templates/edit/javascript.inc
@@
-236,6
+236,7
@@
KronolithEventForm.setStartDate = function(date)
$('start_year').value = year;
$('start_month').selectedIndex = month - 1;
$('start_day').selectedIndex = day - 1;
+ KronolithEventForm.updateWday('start_wday');
KronolithEventForm.updateEndDate();
// Uncheck recurring weekdays.