diff options
| author | Mark Otto <[email protected]> | 2013-10-17 19:17:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-17 19:17:05 -0700 |
| commit | eb4a92bfedde23729bc812b9d6abe704bd8bca59 (patch) | |
| tree | e022b8396a3269e28002273459c5b92adccc2fdc /_includes | |
| parent | 0806819bcf2e4c763f90709093f573cc02f16df2 (diff) | |
| parent | c23d6a2766f550c63f7cf64f89296a2bcd52a324 (diff) | |
| download | bootstrap-eb4a92bfedde23729bc812b9d6abe704bd8bca59.tar.xz bootstrap-eb4a92bfedde23729bc812b9d6abe704bd8bca59.zip | |
Merge pull request #11155 from twbs/ie8-file-proto-respond.js-examples-warnings
Warn about IE8 + Respond.js + file:// problem in examples
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]> |
