Commit f1cbd22b authored by Jacob Thornton's avatar Jacob Thornton

fix buttons for firefox

parent 0bbb64be
...@@ -91,7 +91,7 @@ ...@@ -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')
}) })
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment