Monotone-Parent: 09b0a5cd67d25ff0d88a9e37ad1b0a7e9ee8e274

Monotone-Revision: 5a0923ee4a53f0897396508265abec375d015ac6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-05-25T18:34:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-05-25 18:34:27 +00:00
parent e26102d5ec
commit eb3280e181

View File

@@ -1234,8 +1234,11 @@ function toggleOfficeHours () {
if (startDate.getHours () < dayStartHour
|| startDate.getHours () > dayEndHour
|| endDate.getHours () > dayEndHour
|| endDate.getHours () < dayStartHour)
$("onlyOfficeHours").checked = false;
|| endDate.getHours () < dayStartHour) {
if ($("onlyOfficeHours")) {
$("onlyOfficeHours").checked = false;
}
}
}
function updateSlotDisplayCallback(http) {