Monotone-Parent: 4ab7955ce8d2a9f0ca458ca70149cd13b2b2e6da

Monotone-Revision: cd791802b57399943d944e80382992d9a7043113

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-19T21:10:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-19 21:10:58 +00:00
parent 145dd4c993
commit 8d28274c90
+2 -5
View File
@@ -93,13 +93,10 @@ function submitContact(thisForm) {
action.setAttribute("name", "save:method");
action.setAttribute("value", "save");
window.opener.log ("form: " + thisForm);
window.opener.log ("validating...");
if (validateContactEditor()) {
thisForm.submit();
window.opener.setTimeout("refreshContacts(\""+ window.contactId +"\");", 200);
window.opener.log ("we close...");
if (window.opener.refreshContacts)
window.opener.setTimeout("refreshContacts(\""+ window.contactId +"\");", 200);
window.close();
}
}