mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 19:09:47 +00:00
- add missing brace
This commit is contained in:
parent
826d8c299d
commit
3ec4a80717
@ -37,7 +37,7 @@ function load_testgroups(selects) {
|
||||
addNullEntry(groupbox);
|
||||
// find the currently selected product that goes with this select
|
||||
var productbox = document.getElementById("product"+groupbox.name.substr(9));
|
||||
if (productbox.selectedIndex >= 0)
|
||||
if (productbox.selectedIndex >= 0) {
|
||||
var productid = productbox.options[productbox.selectedIndex].value;
|
||||
var product = getProductById(productid);
|
||||
if (!product) {
|
||||
|
Loading…
Reference in New Issue
Block a user