0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

fix buttons for firefox

This commit is contained in:
Jacob Thornton 2012-01-08 11:23:51 -08:00
parent 0bbb64be4d
commit f1cbd22b99

View File

@ -91,7 +91,7 @@
$(function () {
$('body').on('click.button.data-api', '[data-toggle^=button]', function ( e ) {
$(e.srcElement).button('toggle')
$(e.target).button('toggle')
})
})