mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 11:40:23 +00:00
fixes #5922: clicking only button should download custom build
This commit is contained in:
parent
1700e48e7f
commit
05655ff4ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue