diff options
| author | Mark Otto <[email protected]> | 2014-04-24 18:50:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-04-24 18:50:30 -0700 |
| commit | fe11ac77a26ab321bb6648d557a15416bab1d74e (patch) | |
| tree | 1e352422c3f3b61f8b0bd90e5ead2e6dd2d340d8 /docs/examples/rtl | |
| parent | 0e48cb2f9383df0ba4ba54168f8730b4694bee0c (diff) | |
| parent | 448086f95a9114fb9ad96b76c5fc7b12a6fc51fd (diff) | |
| download | bootstrap-fe11ac77a26ab321bb6648d557a15416bab1d74e.tar.xz bootstrap-fe11ac77a26ab321bb6648d557a15416bab1d74e.zip | |
Merge pull request #13390 from twbs/ie10-viewport-bug
add IE10 viewport bug workaround to examples
Diffstat (limited to 'docs/examples/rtl')
| -rw-r--r-- | docs/examples/rtl/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/rtl/index.html b/docs/examples/rtl/index.html index ebeb83744..42cea4fb6 100644 --- a/docs/examples/rtl/index.html +++ b/docs/examples/rtl/index.html @@ -19,6 +19,9 @@ <!-- Just for debugging purposes. Don't actually copy this line! --> <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> + <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> + <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.1/html5shiv.min.js"></script> |
