Commit f73b3416 authored by Chris Rebert's avatar Chris Rebert
Browse files

Add warning to Customizer about Firefox bug; refs #15016

[skip sauce]
parent 8deda611
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!15395Add warning to Customizer about Firefox bug,!25326Adjust examples
Showing with 5 additions and 0 deletions
+5 -0
...@@ -375,6 +375,11 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge ...@@ -375,6 +375,11 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
<h1 id="download" class="page-header">Download</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> <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"> <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> <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> </div>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment