1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 18:40:03 +00:00

fixes #5922: clicking only button should download custom build

This commit is contained in:
Mark Otto 2012-11-15 09:14:54 -08:00
parent 1700e48e7f
commit 05655ff4ff

View File

@ -89,7 +89,7 @@
}) })
// request built javascript // request built javascript
$('.download-btn').on('click', function () { $('.download-btn .btn').on('click', function () {
var css = $("#components.download input:checked") var css = $("#components.download input:checked")
.map(function () { return this.value }) .map(function () { return this.value })