mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-23 07:12:42 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user