From c21b3e6ca9c80fd87f5360ff5564bc1003e78557 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 1 Jun 2010 17:01:43 +0200 Subject: [PATCH] MFB --- kronolith/templates/edit/javascript.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/kronolith/templates/edit/javascript.inc b/kronolith/templates/edit/javascript.inc index 7a0125207..e00af254d 100644 --- 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. -- 2.11.0