Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-05-19 10:57:50 +0400
committerChris Rebert <code@rebertia.com>2014-05-22 08:07:16 +0400
commit8a62f9e61f84af1bb6f683431fbba15969c49eca (patch)
treeff6fc14ab49d435e99344940104079bd88f8b9b0 /docs/customize.html
parent082bc20bb9ff1eb26e23ea8f2144f966fac20336 (diff)
show proper error message when viewing Customizer in IE8
Closes #13090. [skip sauce]
Diffstat (limited to 'docs/customize.html')
-rw-r--r--docs/customize.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/customize.html b/docs/customize.html
index 2c596eaa61..2e067b8f48 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -5,6 +5,23 @@ slug: customize
lead: Customize Bootstrap's components, Less variables, and jQuery plugins to get your very own version.
---
+<!-- less.js isn't IE8-compatible and throws an exception during initialization, so our Blob compatibility check and error messaging code never get called in that case.
+ So we use a conditional comment instead to inform folks about the lack of IE8 support.
+ The alert covers up the entire customizer UI.
+-->
+<!--[if lt IE 9]>
+ <style>
+ .bs-customizer,
+ .bs-docs-sidebar {
+ display: none;
+ }
+ </style>
+ <div class="alert alert-danger bs-customizer-alert-ie">
+ <strong>The Bootstrap Customizer does not support IE9 and below.</strong><br>
+ Please take a second to <a href="http://browsehappy.com/">upgrade to a more modern browser</a>.
+ </div>
+<![endif]-->
+
<!-- Customizer form -->
<form class="bs-customizer" role="form">
<div class="bs-docs-section" id="less-section">