Skip to content

Commit

Permalink
Merge pull request #15395 from twbs/firefox-customizer-warning
Browse files Browse the repository at this point in the history
Add warning to Customizer about Firefox bug
  • Loading branch information
cvrebert committed Dec 17, 2014
2 parents 8deda61 + f73b341 commit 6fe9cd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/customize.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,11 @@ <h1 id="less-variables" class="page-header">Less variables</h1>
<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">&times;</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>
Expand Down

0 comments on commit 6fe9cd9

Please sign in to comment.