mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-09 23:38:50 +00:00
Monotone-Parent: 82121024dd2aa65f31879761d7937d78161f9888
Monotone-Revision: 365c4aee2feb0d139dc0dd6cf54897162221b468 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-08-08T21:06:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -105,10 +105,10 @@ function fancyAddRow(shouldEdit, text) {
|
||||
|
||||
// select popup
|
||||
var rowNodes = row.childNodesWithTag("span");
|
||||
select = rowNodes[0].childNodesWithTag("select")[0];
|
||||
select = $(rowNodes[0]).childNodesWithTag("select")[0];
|
||||
select.name = 'popup_' + currentIndex;
|
||||
// select.value = row.childNodesWithTag("span")[0].childNodesWithTag("select")[0].value;
|
||||
input = rowNodes[1].childNodesWithTag("input")[0];
|
||||
input = $(rowNodes[1]).childNodesWithTag("input")[0];
|
||||
input.name = 'addr_' + currentIndex;
|
||||
input.id = 'addr_' + currentIndex;
|
||||
input.value = text;
|
||||
|
||||
Reference in New Issue
Block a user