r=mscott. Fixes 37296. can now add a new card to the preselected ab.

This commit is contained in:
putterman%netscape.com 2000-04-26 21:33:44 +00:00
parent cbc0c34931
commit 4d94c07a91

View File

@ -57,6 +57,7 @@ function OnLoadNewCard()
if ( menupopup.childNodes[index].getAttribute('data') == editCard.selectedAB )
{
abPopup.value = menupopup.childNodes[index].getAttribute('value');
abPopup.data = menupopup.childNodes[index].getAttribute('data');
break;
}
}