mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-31 19:12:44 +00:00
Monotone-Parent: 0816302ed31a5afb876acab4e1bcf2f5d953f653
Monotone-Revision: 8ae93518118d807510323d91a34585fa1f15364a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-02-08T19:39:53 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -94,8 +94,8 @@ function initializeFormValues() {
|
||||
// Repeat weekly
|
||||
$('weeklyWeeksField').value = parent$("repeat1").value;
|
||||
var weekDiv = $($("week").firstChild);
|
||||
log ("div: " + weekDiv);
|
||||
log ("days: " + parent$("repeat2").value);
|
||||
// log ("div: " + weekDiv);
|
||||
// log ("days: " + parent$("repeat2").value);
|
||||
var days = "" + parent$("repeat2").value;
|
||||
if (days.length > 0) {
|
||||
var daysArray = days.split(",");
|
||||
@@ -168,7 +168,7 @@ function handleDailyRecurrence() {
|
||||
var v = "" + $('dailyDaysField').value;
|
||||
if (v.length > 0) {
|
||||
v = parseInt(v);
|
||||
log("v: " + v);
|
||||
// log("v: " + v);
|
||||
if (!isNaN(v) && v > 0) {
|
||||
validate = true;
|
||||
showError = false;
|
||||
|
||||
Reference in New Issue
Block a user