diff options
| author | Chris Rebert <[email protected]> | 2014-03-16 23:00:44 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-03-16 23:00:44 -0700 |
| commit | ac1aba43a915f5038845db059cc36f369751c6f8 (patch) | |
| tree | 13689fb09c68ae4d3a3d8e2ed4abc2f54bc34a54 /docs/customize.html | |
| parent | b3f30bb70efc5211520d7a55596becebc5d14662 (diff) | |
| parent | 910ff24b4bee69a132cef548d7854207223c1322 (diff) | |
| download | bootstrap-ac1aba43a915f5038845db059cc36f369751c6f8.tar.xz bootstrap-ac1aba43a915f5038845db059cc36f369751c6f8.zip | |
Merge pull request #12773 from twbs/customizer-compat
Use @ssorallen's blob support test in customizer
Diffstat (limited to 'docs/customize.html')
| -rw-r--r-- | docs/customize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customize.html b/docs/customize.html index 3e29227bb..a36cbdf32 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -356,7 +356,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge <p class="lead">Hooray! Your custom version of Bootstrap is now ready to be compiled. Just click the button below to finish the process.</p> <div class="bs-customize-download"> - <button type="submit" id="btn-compile" class="btn btn-block btn-lg btn-outline" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Compile and Download</button> + <button type="submit" id="btn-compile" disabled class="btn btn-block btn-lg btn-outline" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Compile and Download</button> </div> </div><!-- /download --> </form> |
