0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01: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
$('.download-btn').on('click', function () {
$('.download-btn .btn').on('click', function () {
var css = $("#components.download input:checked")
.map(function () { return this.value })