diff options
Diffstat (limited to 'examples/theme')
| -rw-r--r-- | examples/theme/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/theme/index.html b/examples/theme/index.html index 0ca5a2fc4..7cd41b692 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -20,7 +20,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="https://oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> @@ -347,7 +347,7 @@ <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../../docs-assets/js/jquery.js"></script> + <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> <script src="../../docs-assets/js/holder.js"></script> </body> |
