mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
See ChangeLog.
Monotone-Parent: f0aff6d064b474daad4423a6fe416a4b18b4ab7c Monotone-Revision: 1d9fffa147b786b7f5e72b9d75962ded71d83e96 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-29T18:18:29
This commit is contained in:
@@ -39,7 +39,7 @@ function savePreferences(sender) {
|
||||
sendForm = false;
|
||||
}
|
||||
if ($("enableVacationEndDate") && $("enableVacationEndDate").checked) {
|
||||
var endDate = new Date($("vacationEndDate_date").value);
|
||||
var endDate = $("vacationEndDate_date").value.asDate();
|
||||
var now = new Date();
|
||||
if (endDate.getTime() < now.getTime()) {
|
||||
showAlertDialog(_("End date of your auto reply must be in the future."));
|
||||
|
||||
Reference in New Issue
Block a user