mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 07:20:23 +00:00
fix buttons for firefox
This commit is contained in:
parent
0bbb64be4d
commit
f1cbd22b99
1 changed files with 1 additions and 1 deletions
2
js/bootstrap-button.js
vendored
2
js/bootstrap-button.js
vendored
|
|
@ -91,7 +91,7 @@
|
|||
|
||||
$(function () {
|
||||
$('body').on('click.button.data-api', '[data-toggle^=button]', function ( e ) {
|
||||
$(e.srcElement).button('toggle')
|
||||
$(e.target).button('toggle')
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue