mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
fix buttons for firefox
This commit is contained in:
Vendored
+1
-1
@@ -91,7 +91,7 @@
|
||||
|
||||
$(function () {
|
||||
$('body').on('click.button.data-api', '[data-toggle^=button]', function ( e ) {
|
||||
$(e.srcElement).button('toggle')
|
||||
$(e.target).button('toggle')
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user