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

fixes #5922: clicking only button should download custom build

parent 1700e48e
Showing with 1 addition and 1 deletion
+1 -1
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
}) })
// request built javascript // request built javascript
$('.download-btn').on('click', function () { $('.download-btn .btn').on('click', function () {
var css = $("#components.download input:checked") var css = $("#components.download input:checked")
.map(function () { return this.value }) .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