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:
parent
1700e48e7f
commit
05655ff4ff
@ -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 })
|
||||
|
Loading…
x
Reference in New Issue
Block a user