diff options
| author | Mark Otto <[email protected]> | 2013-01-17 14:00:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 14:00:03 -0800 |
| commit | 5c76518f7d4eb5e71ce3e196a1bc98496d3cc80c (patch) | |
| tree | 01338ea18adfdb0dc5092f8e6aa7338b8f41cb9d /docs/javascript.html | |
| parent | 7c23d889bb89fa7dc5ea17347a6b3a44c01f652d (diff) | |
| download | bootstrap-5c76518f7d4eb5e71ce3e196a1bc98496d3cc80c.tar.xz bootstrap-5c76518f7d4eb5e71ce3e196a1bc98496d3cc80c.zip | |
Add respond.js to main docs pages, but only for IE8 and down
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 6d552aed0..62e4b9baf 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -15,6 +15,7 @@ <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="assets/js/respond/respond.js"></script> <![endif]--> <!-- Le fav and touch icons --> @@ -1793,6 +1794,5 @@ $('[data-spy="affix"]').each(function () { <script src="assets/js/application.js"></script> - </body> </html> |
