Monotone-Parent: eb4be993b8aa1a70806a19e9980e936bdb9b448a

Monotone-Revision: 4ce1a15200da85e7f90d8d248cd95b6615bc707e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-07T19:00:16
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-07 19:00:16 +00:00
parent 078f70c3af
commit f3c62e3fec

View File

@@ -104,10 +104,17 @@ function submitMeeting(thisForm) {
action.setAttribute("name", "save:method");
action.setAttribute("value", "save");
window.opener.log ("form: " + thisForm);
window.opener.log ("validating...");
if (validateAptEditor()) {
window.opener.log ("submitting");
thisForm.submit();
window.opener.log ("setting timeout...");
window.opener.setTimeout('refreshAppointments();', 200);
window.opener.log ("we close...");
window.close();
window.opener.log ("closed");
}
}