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 /examples | |
| 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 'examples')
| -rw-r--r-- | examples/carousel/index.html | 3 | ||||
| -rw-r--r-- | examples/grid/index.html | 3 | ||||
| -rw-r--r-- | examples/jumbotron-narrow/index.html | 3 | ||||
| -rw-r--r-- | examples/jumbotron/index.html | 3 | ||||
| -rw-r--r-- | examples/justified-nav/index.html | 3 | ||||
| -rw-r--r-- | examples/navbar-fixed-top/index.html | 3 | ||||
| -rw-r--r-- | examples/navbar-static-top/index.html | 3 | ||||
| -rw-r--r-- | examples/navbar/index.html | 3 | ||||
| -rw-r--r-- | examples/non-responsive/index.html | 3 | ||||
| -rw-r--r-- | examples/offcanvas/index.html | 3 | ||||
| -rw-r--r-- | examples/signin/index.html | 3 | ||||
| -rw-r--r-- | examples/starter-template/index.html | 3 | ||||
| -rw-r--r-- | examples/sticky-footer-navbar/index.html | 3 | ||||
| -rw-r--r-- | examples/sticky-footer/index.html | 3 | ||||
| -rw-r--r-- | examples/theme/index.html | 3 |
15 files changed, 45 insertions, 0 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html index 8764b2015..a9d5d02bb 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -13,6 +13,9 @@ <!-- Bootstrap core CSS --> <link href="../../dist/css/bootstrap.css" rel="stylesheet"> + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[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]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> diff --git a/examples/grid/index.html b/examples/grid/index.html index b058ac173..d3159e631 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -16,6 +16,9 @@ <!-- Custom styles for this template --> <link href="grid.css" rel="stylesheet"> + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[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]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html index a393a1934..d0d6175f1 100644 --- a/examples/jumbotron-narrow/index.html +++ b/examples/jumbotron-narrow/index.html @@ -16,6 +16,9 @@ <!-- Custom styles for this template --> <link href="jumbotron-narrow.css" rel="stylesheet"> + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[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]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index afa88bcac..59896e662 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -16,6 +16,9 @@ <!-- Custom styles for this template --> <link href="jumbotron.css" rel="stylesheet"> + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[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]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html index 884422f19..3b40fd324 100644 --- a/examples/justified-nav/index.html +++ b/examples/justified-nav/index.html @@ -16,6 +16,9 @@ <!-- Custom styles for this template --> <link href="justified-nav.css" rel="stylesheet"> + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[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]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html index c6481ee16..6b38d7bff 100644 --- a/examples/navbar-fixed-top/index.html +++ b/examples/navbar-fixed-top/index.html @@ -16,6 +16,9 @@ <!-- Custom styles for this template --> <link href="navbar-fixed-top.css" rel="stylesheet"> + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[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]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html index 6f4ac141c..a17594e0c 100644 --- a/examples/navbar-static-top/index.html +++ b/examples/navbar-static-top/index.html @@ -16,6 +16,9 @@ <!-- Custom styles for this template --> <link href="navbar-static-top.css" rel="stylesheet"> + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[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]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> diff --git a/examples/navbar/index.html b/examples/navbar/index.html index fc689f8e7..e8f35179b 100644 --- a/examples/navbar/index.html +++ b/examples/navbar/index.html @@ -16,6 +16,9 @@ <!-- Custom styles for this template --> <link href="navbar.css" rel="stylesheet"> + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[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]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index cdb0db210..52776e3fc 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -18,6 +18,9 @@ <!-- Custom styles for this template --> <link href="non-responsive.css" rel="stylesheet"> + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[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]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html index a2d973505..e08a86b69 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/index.html @@ -16,6 +16,9 @@ <!-- Custom styles for this template --> <link href="offcanvas.css" rel="stylesheet"> + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[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]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> diff --git a/examples/signin/index.html b/examples/signin/index.html index b0f3e6454..085b36a70 100644 --- a/examples/signin/index.html +++ b/examples/signin/index.html @@ -16,6 +16,9 @@ <!-- Custom styles for this template --> <link href="signin.css" rel="stylesheet"> + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[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]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html index 9b6ee4635..112634e15 100644 --- a/examples/starter-template/index.html +++ b/examples/starter-template/index.html @@ -16,6 +16,9 @@ <!-- Custom styles for this template --> <link href="starter-template.css" rel="stylesheet"> + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[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]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html index cc2dd59fb..4bc220136 100644 --- a/examples/sticky-footer-navbar/index.html +++ b/examples/sticky-footer-navbar/index.html @@ -16,6 +16,9 @@ <!-- Custom styles for this template --> <link href="sticky-footer-navbar.css" rel="stylesheet"> + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[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]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> diff --git a/examples/sticky-footer/index.html b/examples/sticky-footer/index.html index a1e58723b..a5b14822e 100644 --- a/examples/sticky-footer/index.html +++ b/examples/sticky-footer/index.html @@ -16,6 +16,9 @@ <!-- Custom styles for this template --> <link href="sticky-footer.css" rel="stylesheet"> + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[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]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> diff --git a/examples/theme/index.html b/examples/theme/index.html index 9dcf424c5..a0bad8793 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -18,6 +18,9 @@ <!-- Custom styles for this template --> <link href="theme.css" rel="stylesheet"> + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[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]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
