mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
r=mscott. Fixes 37296. can now add a new card to the preselected ab.
This commit is contained in:
parent
cbc0c34931
commit
4d94c07a91
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user