mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-16 00:04:40 -04:00
fix buttons for firefox
This commit is contained in:
parent
0bbb64be4d
commit
f1cbd22b99
2
js/bootstrap-button.js
vendored
2
js/bootstrap-button.js
vendored
@ -91,7 +91,7 @@
|
|||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
$('body').on('click.button.data-api', '[data-toggle^=button]', function ( e ) {
|
$('body').on('click.button.data-api', '[data-toggle^=button]', function ( e ) {
|
||||||
$(e.srcElement).button('toggle')
|
$(e.target).button('toggle')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user