Skip to content

Commit

Permalink
IE issue with Button.
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Oct 13, 2017
1 parent 6b923f7 commit e8263cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/bootstrap-native.js
Expand Up @@ -554,7 +554,7 @@
// activate items on load
var labelsToACtivate = getElementsByClassName(element, 'btn'), lbll = labelsToACtivate[length];
for (var i=0; i<lbll; i++) {
!hasClass(labelsToACtivate[i],active) && queryElement('input:checked',labelsToACtivate[i])
!hasClass(labelsToACtivate[l],active) && queryElement('input',labelsToACtivate[l])[getAttribute](checked)
&& addClass(labelsToACtivate[i],active);
}
element[stringButton] = this;
Expand Down

0 comments on commit e8263cf

Please sign in to comment.