diff options
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/footer.html | 2 | ||||
| -rw-r--r-- | _includes/header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 9e66c58a1..c791b4144 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,7 @@ <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> -<script src="{{ page.base_url }}docs-assets/js/jquery.js"></script> +<script src="//code.jquery.com/jquery-1.10.2.min.js"></script> <script src="{{ page.base_url }}dist/js/bootstrap.js"></script> <script src="http://platform.twitter.com/widgets.js"></script> diff --git a/_includes/header.html b/_includes/header.html index d3cb270cb..d9094a0ac 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -21,7 +21,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="{{ page.base_url }}docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="{{ page.base_url }}docs-assets/js/respond.min.js"></script> <![endif]--> |
