Skip to content

Commit

Permalink
testing fix: #35
Browse files Browse the repository at this point in the history
  • Loading branch information
kml27 committed Sep 18, 2018
1 parent a407107 commit ab5adef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ function getFieldsetsWithRadios(specificChildRadio=undefined){
var specificRadio = $(`fieldset[id=${fieldset.id}] input[type=radio][id=${specificChildRadio.id}]`);

//if the specific radio was not selected, then reject this parent now
if(specificRadio[0]){
if(specificRadio[0]==undefined){
return false;
}

Expand Down

0 comments on commit ab5adef

Please sign in to comment.