Skip to content

Commit f73b341

Browse files
committed
Add warning to Customizer about Firefox bug; refs twbs#15016
[skip sauce]
1 parent 8deda61 commit f73b341

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/customize.html

+5
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,11 @@ <h1 id="less-variables" class="page-header">Less variables</h1>
375375
<h1 id="download" class="page-header">Download</h1>
376376

377377
<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>
378+
<div id="firefox-customizer-alert" class="alert alert-warning alert-dismissible fade in" role="alert">
379+
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
380+
<h4>Warning for Firefox users!</h4>
381+
<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>
382+
</div>
378383
<div class="bs-customize-download">
379384
<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>
380385
</div>

0 commit comments

Comments
 (0)