mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-12 16:58:51 +00:00
Monotone-Parent: 4d602a103e8374d8aced65e9979231733ede20b2
Monotone-Revision: 178e12e8acc2c953743deaff7ad6e66cf95244b4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-19T20:58:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -493,7 +493,6 @@ function onConfirmContactSelection(tag)
|
||||
+ selectorId
|
||||
+ '-uidList');
|
||||
initialValues = selectorList.value;
|
||||
log("values: " + initialValues);
|
||||
}
|
||||
|
||||
var contactsList = $("contactsList");
|
||||
@@ -522,7 +521,6 @@ function onConfirmAddressBookSelection() {
|
||||
if (!initialValues)
|
||||
initialValues = "";
|
||||
var newValues = initialValues;
|
||||
log("values: " + initialValues);
|
||||
|
||||
var contactsList = $("contactsList");
|
||||
var rows = contactsList.getSelectedRows();
|
||||
|
||||
Reference in New Issue
Block a user