mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-11 09:51:23 +00:00
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:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user