Skip to content

Commit

Permalink
Update button.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fdaugan committed Feb 14, 2016
1 parent 585e0f2 commit d0d8bf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
if (!($(e.target).is('input[type="radio"]') || $(e.target).is('input[type="checkbox"]'))) {
// Prevent double click on radios, and the double selections (so cancellation) on checkboxes
e.preventDefault()

// The target component still receive the focus
$(e.target).focus()
}
Expand Down

0 comments on commit d0d8bf0

Please sign in to comment.