mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 09:48:51 +00:00
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:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user