Monotone-Parent: 3628a0085e52c1990e5edce1cb09d581bc96f966

Monotone-Revision: 0d9c665e0f8597c3e8b604fcf9e26ef3593b0c9a

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-09T10:18:45
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-08-09 10:18:45 +00:00
parent 7a8b8c5ead
commit e5327a36f3
5 changed files with 22 additions and 11 deletions

View File

@@ -451,12 +451,11 @@ function onAddressResultClick(event) {
if (MailEditor.currentField) {
MailEditor.currentField.uid = this.uid;
MailEditor.currentField.value = this.firstChild.nodeValue.trim();
MailEditor.currentField.confirmedValue = currentField.value;
MailEditor.currentField.confirmedValue = MailEditor.currentField.value;
}
}
function initTabIndex(addressList, subjectField, msgArea) {
var i = 1;
addressList.select("input.textField").each(function (input) {
if (!input.readAttribute("readonly")) {