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
9db1de2a
Commit
9db1de2a
authored
Jan 06, 2015
by
XhmikosR
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update jQuery to v1.11.2.
parent
9e01e308
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
21 additions
and
20 deletions
+21
-20
docs/_includes/footer.html
docs/_includes/footer.html
+1
-1
docs/_includes/getting-started/template.html
docs/_includes/getting-started/template.html
+1
-1
docs/examples/blog/index.html
docs/examples/blog/index.html
+1
-1
docs/examples/carousel/index.html
docs/examples/carousel/index.html
+1
-1
docs/examples/cover/index.html
docs/examples/cover/index.html
+1
-1
docs/examples/dashboard/index.html
docs/examples/dashboard/index.html
+1
-1
docs/examples/jumbotron/index.html
docs/examples/jumbotron/index.html
+1
-1
docs/examples/navbar-fixed-top/index.html
docs/examples/navbar-fixed-top/index.html
+1
-1
docs/examples/navbar-static-top/index.html
docs/examples/navbar-static-top/index.html
+1
-1
docs/examples/navbar/index.html
docs/examples/navbar/index.html
+1
-1
docs/examples/non-responsive/index.html
docs/examples/non-responsive/index.html
+1
-1
docs/examples/offcanvas/index.html
docs/examples/offcanvas/index.html
+1
-1
docs/examples/starter-template/index.html
docs/examples/starter-template/index.html
+1
-1
docs/examples/sticky-footer-navbar/index.html
docs/examples/sticky-footer-navbar/index.html
+1
-1
docs/examples/theme/index.html
docs/examples/theme/index.html
+1
-1
docs/examples/tooltip-viewport/index.html
docs/examples/tooltip-viewport/index.html
+1
-1
js/tests/vendor/jquery.min.js
js/tests/vendor/jquery.min.js
+5
-4
No files found.
docs/_includes/footer.html
View file @
9db1de2a
...
...
@@ -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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
{% if site.github %}
<script
src=
"../dist/js/bootstrap.min.js"
></script>
...
...
docs/_includes/getting-started/template.html
View file @
9db1de2a
...
...
@@ -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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script
src=
"js/bootstrap.min.js"
></script>
</body>
...
...
docs/examples/blog/index.html
View file @
9db1de2a
...
...
@@ -167,7 +167,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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
...
...
docs/examples/carousel/index.html
View file @
9db1de2a
...
...
@@ -205,7 +205,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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
...
...
docs/examples/cover/index.html
View file @
9db1de2a
...
...
@@ -71,7 +71,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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
...
...
docs/examples/dashboard/index.html
View file @
9db1de2a
...
...
@@ -237,7 +237,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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
...
...
docs/examples/jumbotron/index.html
View file @
9db1de2a
...
...
@@ -94,7 +94,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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/navbar-fixed-top/index.html
View file @
9db1de2a
...
...
@@ -86,7 +86,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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/navbar-static-top/index.html
View file @
9db1de2a
...
...
@@ -87,7 +87,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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/navbar/index.html
View file @
9db1de2a
...
...
@@ -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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/non-responsive/index.html
View file @
9db1de2a
...
...
@@ -106,7 +106,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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/offcanvas/index.html
View file @
9db1de2a
...
...
@@ -123,7 +123,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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
...
...
docs/examples/starter-template/index.html
View file @
9db1de2a
...
...
@@ -63,7 +63,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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/sticky-footer-navbar/index.html
View file @
9db1de2a
...
...
@@ -82,7 +82,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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/theme/index.html
View file @
9db1de2a
...
...
@@ -631,7 +631,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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
...
...
docs/examples/tooltip-viewport/index.html
View file @
9db1de2a
...
...
@@ -48,7 +48,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.
1
/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.
2
/jquery.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
...
...
js/tests/vendor/jquery.min.js
View file @
9db1de2a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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