diff options
| author | Chris Rebert <[email protected]> | 2013-10-17 18:39:03 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-17 18:39:03 -0700 |
| commit | c23d6a2766f550c63f7cf64f89296a2bcd52a324 (patch) | |
| tree | 969429ab3b523358e4df92c4175b7fb2ddf36dd4 /_includes | |
| parent | 4c043b7d5f3f9d1f7c4ebe1e82c77b29d282fc39 (diff) | |
| download | bootstrap-c23d6a2766f550c63f7cf64f89296a2bcd52a324.tar.xz bootstrap-c23d6a2766f550c63f7cf64f89296a2bcd52a324.zip | |
Warn about IE8 + Respond.js + file:// problem in examples; fix #11019
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html index 1885b58eb..41ecfc8e4 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -18,6 +18,7 @@ <!-- Documentation extras --> <link href="{{ page.base_url }}docs-assets/css/docs.css" rel="stylesheet"> <link href="{{ page.base_url }}docs-assets/css/pygments-manni.css" rel="stylesheet"> +<!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]--> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> |
