parent
06bb72d24f
commit
1979a7fc7f
|
@ -30,7 +30,7 @@ candidateLabels = candidateLabels.sortBy(function(s) {
|
|||
});
|
||||
|
||||
var locatedLabel = candidateLabels.first();
|
||||
var labelFor = locatedLabel.getAttribute('for');
|
||||
var labelFor = locatedLabel.getAttribute('for') || locatedLabel.htmlFor;
|
||||
|
||||
if ((labelFor == null) && (locatedLabel.hasChildNodes())) {
|
||||
return locatedLabel.getElementsByTagName('button')[0]
|
||||
|
|
Loading…
Reference in New Issue