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 /examples/offcanvas | |
| 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 'examples/offcanvas')
| -rw-r--r-- | examples/offcanvas/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
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> |
