Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
7a765d1f
Commit
7a765d1f
authored
10 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Update jQuery to v1.11.1.
parent
58f03754
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
17
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
docs/_includes/footer.html
+1
-1
docs/_includes/footer.html
docs/_includes/getting-started/template.html
+1
-1
docs/_includes/getting-started/template.html
docs/examples/blog/index.html
+1
-1
docs/examples/blog/index.html
docs/examples/carousel/index.html
+1
-1
docs/examples/carousel/index.html
docs/examples/cover/index.html
+1
-1
docs/examples/cover/index.html
docs/examples/dashboard/index.html
+1
-1
docs/examples/dashboard/index.html
docs/examples/jumbotron/index.html
+1
-1
docs/examples/jumbotron/index.html
docs/examples/navbar-fixed-top/index.html
+1
-1
docs/examples/navbar-fixed-top/index.html
docs/examples/navbar-static-top/index.html
+1
-1
docs/examples/navbar-static-top/index.html
docs/examples/navbar/index.html
+1
-1
docs/examples/navbar/index.html
docs/examples/non-responsive/index.html
+1
-1
docs/examples/non-responsive/index.html
docs/examples/offcanvas/index.html
+1
-1
docs/examples/offcanvas/index.html
docs/examples/starter-template/index.html
+1
-1
docs/examples/starter-template/index.html
docs/examples/sticky-footer-navbar/index.html
+1
-1
docs/examples/sticky-footer-navbar/index.html
docs/examples/theme/index.html
+1
-1
docs/examples/theme/index.html
docs/examples/tooltip-viewport/index.html
+1
-1
docs/examples/tooltip-viewport/index.html
js/tests/vendor/jquery.min.js
+4
-4
js/tests/vendor/jquery.min.js
with
20 additions
and
20 deletions
+20
-20
docs/_includes/footer.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -32,7 +32,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"../dist/js/bootstrap.min.js"
></script>
<script
src=
"../assets/js/docs.min.js"
></script>
{% if page.slug == "customize" %}
...
...
This diff is collapsed.
Click to expand it.
docs/_includes/getting-started/template.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -27,7 +27,7 @@
<h1>
Hello, world!
</h1>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script
src=
"js/bootstrap.min.js"
></script>
</body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/blog/index.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -168,7 +168,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
</body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/carousel/index.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -203,7 +203,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
</body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/cover/index.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -72,7 +72,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
</body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/dashboard/index.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -240,7 +240,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
</body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/jumbotron/index.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -97,7 +97,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/navbar-fixed-top/index.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -89,7 +89,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/navbar-static-top/index.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -90,7 +90,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/navbar/index.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -88,7 +88,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/non-responsive/index.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -103,7 +103,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/offcanvas/index.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -127,7 +127,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"offcanvas.js"
></script>
</body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/starter-template/index.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -66,7 +66,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/sticky-footer-navbar/index.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -85,7 +85,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
docs/examples/theme/index.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -643,7 +643,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
</body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/tooltip-viewport/index.html
+
1
-
1
View file @
7a765d1f
...
...
@@ -53,7 +53,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
0
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
1
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"tooltip-viewport.js"
></script>
</body>
...
...
This diff is collapsed.
Click to expand it.
js/tests/vendor/jquery.min.js
+
4
-
4
View file @
7a765d1f
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets