diff options
| author | XhmikosR <[email protected]> | 2014-04-21 19:11:23 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-04-21 19:11:23 +0300 |
| commit | a549e8c332c44ed3b79e3250a0a0d87cc06f7e00 (patch) | |
| tree | f43b935e8e00673c775c67b41d1442a799fa6824 /docs/_includes | |
| parent | d971ddb730c5577bd533e7c598e2990c128b1265 (diff) | |
| download | bootstrap-a549e8c332c44ed3b79e3250a0a0d87cc06f7e00.tar.xz bootstrap-a549e8c332c44ed3b79e3250a0a0d87cc06f7e00.zip | |
Update html5shiv to v3.7.1.
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/getting-started/template.html | 2 | ||||
| -rw-r--r-- | docs/_includes/header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/getting-started/template.html b/docs/_includes/getting-started/template.html index c6a1646d6..5e0854977 100644 --- a/docs/_includes/getting-started/template.html +++ b/docs/_includes/getting-started/template.html @@ -19,7 +19,7 @@ <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> + <script src="https://oss.maxcdn.com/html5shiv/3.7.1/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 37f7a7597..b19bc06ca 100644 --- a/docs/_includes/header.html +++ b/docs/_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.7.0/html5shiv.js"></script> + <script src="https://oss.maxcdn.com/html5shiv/3.7.1/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> |
