MFB
authorJan Schneider <jan@horde.org>
Tue, 1 Jun 2010 15:01:43 +0000 (17:01 +0200)
committerJan Schneider <jan@horde.org>
Tue, 1 Jun 2010 17:08:48 +0000 (19:08 +0200)
kronolith/templates/edit/javascript.inc

index 7a01252..e00af25 100644 (file)
@@ -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.