2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+1 -1
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 })