diff options
| author | Chris Rebert <[email protected]> | 2014-12-17 13:10:47 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-17 13:13:23 -0800 |
| commit | f73b341639cebe9bce92c7edcadaa90fd1bbf1a8 (patch) | |
| tree | e49ca6ae4636046d42ade329d6e56ce8acca25fb | |
| parent | 8deda6116f8f72b34ee46cd43c083aad7e13e406 (diff) | |
| download | bootstrap-f73b341639cebe9bce92c7edcadaa90fd1bbf1a8.tar.xz bootstrap-f73b341639cebe9bce92c7edcadaa90fd1bbf1a8.zip | |
Add warning to Customizer about Firefox bug; refs #15016
[skip sauce]
| -rw-r--r-- | docs/customize.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/customize.html b/docs/customize.html index f41e0f1e0..52cde062f 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -375,6 +375,11 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge <h1 id="download" class="page-header">Download</h1> <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 id="firefox-customizer-alert" class="alert alert-warning alert-dismissible fade in" role="alert"> + <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button> + <h4>Warning for Firefox users!</h4> + <p>Due to a possible browser bug, the customizer download randomly fails in Firefox. If this happens to you, we advise either retrying in Firefox or using one of the other browsers supported by the Customizer (Chrome or IE10+).</p> + </div> <div class="bs-customize-download"> <button type="submit" id="btn-compile" disabled class="btn btn-block btn-lg btn-outline" onclick="ga('send', 'event', 'Customize', 'Download', 'Customize and Download');">Compile and Download</button> </div> |
