mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Monotone-Parent: fca9715aa0632958f50527cf33ba977fc0c06e85
Monotone-Revision: a8d6eb0ca6fa812a331b038a4ecdf6505a002412 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-29T18:10:07 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -97,7 +97,7 @@ function submitContact(thisForm) {
|
||||
if (validateContactEditor()) {
|
||||
thisForm.submit();
|
||||
if (window.opener.refreshContacts)
|
||||
window.opener.setTimeout("refreshContacts(\""+ window.contactId +"\");", 200);
|
||||
window.opener.setTimeout("refreshContacts(\""+ self.contactId +"\");", 200);
|
||||
window.close();
|
||||
}
|
||||
}
|
||||
@@ -134,7 +134,8 @@ function onFnNewValue(event) {
|
||||
return true;
|
||||
}
|
||||
|
||||
function initEditorForm() {
|
||||
function initEditorForm(contactId) {
|
||||
self.contactId = contactId;
|
||||
displayNameChanged = ($("fn").value.length > 0);
|
||||
$("fn").onkeydown = onFnKeyDown;
|
||||
$("sn").onkeyup = onFnNewValue;
|
||||
|
||||
Reference in New Issue
Block a user