aboutsummaryrefslogtreecommitdiff
path: root/examples/offcanvas
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-10 01:51:09 -0700
committerChris Rebert <[email protected]>2013-10-10 01:51:18 -0700
commit4b175d908cdbe923cfb2509bd5549509c300a71e (patch)
treefd39be8c0e7a758022e084c61dc06f59f97b3655 /examples/offcanvas
parent84413f6e29dccbf94a27e02c954bc91e3454aa80 (diff)
downloadbootstrap-4b175d908cdbe923cfb2509bd5549509c300a71e.tar.xz
bootstrap-4b175d908cdbe923cfb2509bd5549509c300a71e.zip
use https:// for CDN links
- works when viewing page via file:// - sets a good example security-wise
Diffstat (limited to 'examples/offcanvas')
-rw-r--r--examples/offcanvas/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html
index 803644859..62ac8ef2b 100644
--- a/examples/offcanvas/index.html
+++ b/examples/offcanvas/index.html
@@ -18,7 +18,7 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
- <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/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>
@@ -119,7 +119,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
- <script src="//code.jquery.com/jquery-1.10.2.min.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="offcanvas.js"></script>
</body>