diff options
| author | Chris Rebert <[email protected]> | 2013-10-13 23:26:28 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-13 23:26:28 -0700 |
| commit | 3abe86b7ed1293a3b8099b5921734c694da4ec21 (patch) | |
| tree | 57d244d4af79d04d61ae575d4b2eae3d18c1601a /_includes | |
| parent | 111b9bd194b8c21d8054699759d1b5e1439b47ab (diff) | |
| parent | c5da0597bcd0d2bd1daddd3a0f784b8a5e8e1a44 (diff) | |
| download | bootstrap-3abe86b7ed1293a3b8099b5921734c694da4ec21.tar.xz bootstrap-3abe86b7ed1293a3b8099b5921734c694da4ec21.zip | |
Merge pull request #11076 from twbs/respond-js-cdn
use CDN for respond.js
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/header.html b/_includes/header.html index b25f2cf43..e70f6a8b6 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -22,7 +22,7 @@ <!-- 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="{{ page.base_url }}docs-assets/js/respond.min.js"></script> + <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> <!-- Favicons --> |
