mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 23:15:26 +00:00
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:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user