Commit 05655ff4 authored by Mark Otto's avatar Mark Otto
Browse files

fixes #5922: clicking only button should download custom build

parent 1700e48e
5 merge requests!6060Waits to tigger the hidden event,!6055Typeahead complex source,!6061Sorry, close this. I pulled to the wrong branch!,!5972Dropdowfocus,!5974Dropdownchanges
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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 })
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment