mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 16:28:51 +00:00
Monotone-Parent: 6812210d110c9ee46d8d2af4be8bf6b91a944168
Monotone-Revision: c30e47021628e9ce8728125370b09e1e258c1d79 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-20T17:58:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
6
UI/WebServerResources/UIxMailEditor.js
Normal file
6
UI/WebServerResources/UIxMailEditor.js
Normal file
@@ -0,0 +1,6 @@
|
||||
function addContact(selectorId, contactId, contactName)
|
||||
{
|
||||
window.alert("contact: " + contactId
|
||||
+ "; contactName: " + contactName
|
||||
+ "; selectorId: " + selectorId);
|
||||
}
|
||||
Reference in New Issue
Block a user