0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #11077 from twbs/avoid-docs-assets-in-example

avoid referencing /docs-assets/ in Getting Started docs example; use CDN URL for respond.js
This commit is contained in:
Mark Otto 2013-10-13 23:25:23 -07:00
commit 111b9bd194

View File

@ -179,7 +179,7 @@ bootstrap/
<!-- 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.6.2/html5shiv.js"></script>
<script src="../../docs-assets/js/respond.min.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>