Skip to content

Commit

Permalink
Update bootstrap-select.js
Browse files Browse the repository at this point in the history
  • Loading branch information
silviomoreto committed May 2, 2013
1 parent cd95ffb commit 3c7d101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
},

createA:function(text, classes) {
return '<a tabindex="-1" class="'+classes+'">' +
return '<a tabindex="0" class="'+classes+'">' +
text +
'<i class="icon-ok check-mark"></i>' +
'</a>';
Expand Down

0 comments on commit 3c7d101

Please sign in to comment.