mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
Monotone-Parent: 8132f0990f7fce9318097fee307c6bd9b58b1be1
Monotone-Revision: 481fe3d5a9c50bc134e3db63b08e84fc0a7456fd Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-02T15:09:44 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -94,7 +94,7 @@ function fancyAddRow(shouldEdit, text) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
addressList = $("addressList");
|
||||
addressList = $("addressList").tBodies[0];
|
||||
lastChild = $("lastRow");
|
||||
|
||||
currentIndex++;
|
||||
@@ -104,7 +104,7 @@ function fancyAddRow(shouldEdit, text) {
|
||||
row.id = 'row_' + currentIndex;
|
||||
|
||||
// select popup
|
||||
var rowNodes = row.childNodesWithTag("span");
|
||||
var rowNodes = row.childNodesWithTag("td");
|
||||
select = $(rowNodes[0]).childNodesWithTag("select")[0];
|
||||
select.name = 'popup_' + currentIndex;
|
||||
// select.value = row.childNodesWithTag("span")[0].childNodesWithTag("select")[0].value;
|
||||
@@ -153,7 +153,7 @@ function removeLastEditedRowIfEmpty() {
|
||||
var addresses = $('addr_addresses');
|
||||
addresses.removeChild(addr);
|
||||
}
|
||||
addressList = $("addressList");
|
||||
addressList = $("addressList").tBodies[0];
|
||||
senderRow = $("row_" + idx);
|
||||
addressList.removeChild(senderRow);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user