Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
4b175d90
Commit
4b175d90
authored
Oct 10, 2013
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use https:// for CDN links
- works when viewing page via file:// - sets a good example security-wise
parent
84413f6e
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
29 additions
and
29 deletions
+29
-29
_includes/footer.html
_includes/footer.html
+1
-1
_includes/header.html
_includes/header.html
+1
-1
examples/carousel/index.html
examples/carousel/index.html
+2
-2
examples/grid/index.html
examples/grid/index.html
+1
-1
examples/jumbotron-narrow/index.html
examples/jumbotron-narrow/index.html
+1
-1
examples/jumbotron/index.html
examples/jumbotron/index.html
+2
-2
examples/justified-nav/index.html
examples/justified-nav/index.html
+1
-1
examples/navbar-fixed-top/index.html
examples/navbar-fixed-top/index.html
+2
-2
examples/navbar-static-top/index.html
examples/navbar-static-top/index.html
+2
-2
examples/navbar/index.html
examples/navbar/index.html
+2
-2
examples/non-responsive/index.html
examples/non-responsive/index.html
+2
-2
examples/offcanvas/index.html
examples/offcanvas/index.html
+2
-2
examples/signin/index.html
examples/signin/index.html
+1
-1
examples/starter-template/index.html
examples/starter-template/index.html
+2
-2
examples/sticky-footer-navbar/index.html
examples/sticky-footer-navbar/index.html
+2
-2
examples/sticky-footer/index.html
examples/sticky-footer/index.html
+1
-1
examples/theme/index.html
examples/theme/index.html
+2
-2
getting-started.html
getting-started.html
+2
-2
No files found.
_includes/footer.html
View file @
4b175d90
<!-- 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=
"{{ page.base_url }}dist/js/bootstrap.js"
></script>
<script
src=
"http://platform.twitter.com/widgets.js"
></script>
...
...
_includes/header.html
View file @
4b175d90
...
...
@@ -21,7 +21,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="{{ page.base_url }}docs-assets/js/respond.min.js"></script>
<![endif]-->
...
...
examples/carousel/index.html
View file @
4b175d90
...
...
@@ -15,7 +15,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]-->
...
...
@@ -195,7 +195,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=
"../../docs-assets/js/holder.js"
></script>
</body>
...
...
examples/grid/index.html
View file @
4b175d90
...
...
@@ -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>
...
...
examples/jumbotron-narrow/index.html
View file @
4b175d90
...
...
@@ -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>
...
...
examples/jumbotron/index.html
View file @
4b175d90
...
...
@@ -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>
...
...
@@ -89,7 +89,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>
</body>
</html>
examples/justified-nav/index.html
View file @
4b175d90
...
...
@@ -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>
...
...
examples/navbar-fixed-top/index.html
View file @
4b175d90
...
...
@@ -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>
...
...
@@ -81,7 +81,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>
</body>
</html>
examples/navbar-static-top/index.html
View file @
4b175d90
...
...
@@ -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>
...
...
@@ -82,7 +82,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>
</body>
</html>
examples/navbar/index.html
View file @
4b175d90
...
...
@@ -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>
...
...
@@ -78,7 +78,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>
</body>
</html>
examples/non-responsive/index.html
View file @
4b175d90
...
...
@@ -20,7 +20,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>
...
...
@@ -91,7 +91,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>
</body>
</html>
examples/offcanvas/index.html
View file @
4b175d90
...
...
@@ -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>
...
...
examples/signin/index.html
View file @
4b175d90
...
...
@@ -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>
...
...
examples/starter-template/index.html
View file @
4b175d90
...
...
@@ -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>
...
...
@@ -58,7 +58,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>
</body>
</html>
examples/sticky-footer-navbar/index.html
View file @
4b175d90
...
...
@@ -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>
...
...
@@ -81,7 +81,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>
</body>
</html>
examples/sticky-footer/index.html
View file @
4b175d90
...
...
@@ -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>
...
...
examples/theme/index.html
View file @
4b175d90
...
...
@@ -20,7 +20,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>
...
...
@@ -347,7 +347,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=
"../../docs-assets/js/holder.js"
></script>
</body>
...
...
getting-started.html
View file @
4b175d90
...
...
@@ -111,7 +111,7 @@ bootstrap/
<!-- 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/
<h1>
Hello, world!
</h1>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script
src=
"//code.jquery.com/jquery.js"
></script>
<script
src=
"
https:
//code.jquery.com/jquery.js"
></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script
src=
"js/bootstrap.min.js"
></script>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment