]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #5922: clicking only button should download custom build
authorMark Otto <otto@github.com>
Thu, 15 Nov 2012 17:14:54 +0000 (09:14 -0800)
committerMark Otto <otto@github.com>
Thu, 15 Nov 2012 17:14:54 +0000 (09:14 -0800)
docs/assets/js/application.js

index 5baab393546410f21a8e77f0c1759d978669740e..f6c7849c3a8b2afb1c2e9df8e0831241e99f9028 100644 (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 })