mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
See ChangeLog
Monotone-Parent: c66c023a1a42d53c473a7338a49a9b456d889ed9 Monotone-Revision: 62137d02651888053a8bd415f6e6f5aa79e44cf4 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-10-28T17:48:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -54,7 +54,7 @@ function addContact(tag, fullContactName, contactId, contactName, contactEmail)
|
||||
}
|
||||
|
||||
if (!stop) {
|
||||
fancyAddRow(false, "");
|
||||
fancyAddRow("");
|
||||
var row = $("row_" + currentIndex);
|
||||
var td = $(row.childNodesWithTag("td")[0]);
|
||||
var select = $(td.childNodesWithTag("select")[0]);
|
||||
@@ -306,7 +306,8 @@ function initTabIndex(addressList, subjectField, msgArea) {
|
||||
input.writeAttribute("tabindex", i++);
|
||||
input.addInterface(SOGoAutoCompletionInterface);
|
||||
input.uidField = "c_name";
|
||||
input.onListAdded = expandContactList;
|
||||
input.observe("autocompletion:changedlist", expandContactList);
|
||||
//input.onListAdded = expandContactList;
|
||||
}
|
||||
});
|
||||
subjectField.writeAttribute("tabindex", i++);
|
||||
@@ -328,7 +329,7 @@ function initMailEditor() {
|
||||
if (listContent.length > 0)
|
||||
$("attachmentsArea").setStyle({ display: "block" });
|
||||
|
||||
var textarea = $("text");
|
||||
var textarea = $("text");
|
||||
|
||||
var textContent = textarea.getValue();
|
||||
if (hasSignature()) {
|
||||
|
||||
Reference in New Issue
Block a user