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
5e652332
Commit
5e652332
authored
Oct 09, 2013
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use CDN for jQuery instead of vendoring it; fixes part of #10989
parent
d72768a1
Changes
12
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
11 additions
and
17 deletions
+11
-17
_includes/footer.html
_includes/footer.html
+1
-1
docs-assets/js/jquery.js
docs-assets/js/jquery.js
+0
-6
examples/carousel/index.html
examples/carousel/index.html
+1
-1
examples/jumbotron/index.html
examples/jumbotron/index.html
+1
-1
examples/navbar-fixed-top/index.html
examples/navbar-fixed-top/index.html
+1
-1
examples/navbar-static-top/index.html
examples/navbar-static-top/index.html
+1
-1
examples/navbar/index.html
examples/navbar/index.html
+1
-1
examples/non-responsive/index.html
examples/non-responsive/index.html
+1
-1
examples/offcanvas/index.html
examples/offcanvas/index.html
+1
-1
examples/starter-template/index.html
examples/starter-template/index.html
+1
-1
examples/sticky-footer-navbar/index.html
examples/sticky-footer-navbar/index.html
+1
-1
examples/theme/index.html
examples/theme/index.html
+1
-1
No files found.
_includes/footer.html
View file @
5e652332
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- 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=
"{{ page.base_url }}dist/js/bootstrap.js"
></script>
<script
src=
"http://platform.twitter.com/widgets.js"
></script>
<script
src=
"http://platform.twitter.com/widgets.js"
></script>
...
...
docs-assets/js/jquery.js
deleted
100644 → 0
View file @
d72768a1
This diff is collapsed.
Click to expand it.
examples/carousel/index.html
View file @
5e652332
...
@@ -195,7 +195,7 @@
...
@@ -195,7 +195,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"
../../docs-assets/js/jquery
.js"
></script>
<script
src=
"
//code.jquery.com/jquery-1.10.2.min
.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../docs-assets/js/holder.js"
></script>
<script
src=
"../../docs-assets/js/holder.js"
></script>
</body>
</body>
...
...
examples/jumbotron/index.html
View file @
5e652332
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"
../../docs-assets/js/jquery
.js"
></script>
<script
src=
"
//code.jquery.com/jquery-1.10.2.min
.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
examples/navbar-fixed-top/index.html
View file @
5e652332
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"
../../docs-assets/js/jquery
.js"
></script>
<script
src=
"
//code.jquery.com/jquery-1.10.2.min
.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
examples/navbar-static-top/index.html
View file @
5e652332
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"
../../docs-assets/js/jquery
.js"
></script>
<script
src=
"
//code.jquery.com/jquery-1.10.2.min
.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
examples/navbar/index.html
View file @
5e652332
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"
../../docs-assets/js/jquery
.js"
></script>
<script
src=
"
//code.jquery.com/jquery-1.10.2.min
.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
examples/non-responsive/index.html
View file @
5e652332
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"
../../docs-assets/js/jquery
.js"
></script>
<script
src=
"
//code.jquery.com/jquery-1.10.2.min
.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
examples/offcanvas/index.html
View file @
5e652332
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"
../../docs-assets/js/jquery
.js"
></script>
<script
src=
"
//code.jquery.com/jquery-1.10.2.min
.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"offcanvas.js"
></script>
<script
src=
"offcanvas.js"
></script>
</body>
</body>
...
...
examples/starter-template/index.html
View file @
5e652332
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"
../../docs-assets/js/jquery
.js"
></script>
<script
src=
"
//code.jquery.com/jquery-1.10.2.min
.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
examples/sticky-footer-navbar/index.html
View file @
5e652332
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"
../../docs-assets/js/jquery
.js"
></script>
<script
src=
"
//code.jquery.com/jquery-1.10.2.min
.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
examples/theme/index.html
View file @
5e652332
...
@@ -347,7 +347,7 @@
...
@@ -347,7 +347,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"
../../docs-assets/js/jquery
.js"
></script>
<script
src=
"
//code.jquery.com/jquery-1.10.2.min
.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../docs-assets/js/holder.js"
></script>
<script
src=
"../../docs-assets/js/holder.js"
></script>
</body>
</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