Skip to content

Commit ebc2d2b

Browse files
committed
Update jQuery to v1.12.2.
1 parent 10606a7 commit ebc2d2b

File tree

18 files changed

+26
-26
lines changed

18 files changed

+26
-26
lines changed

docs/_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- Bootstrap core JavaScript
2121
================================================== -->
2222
<!-- Placed at the end of the document so the pages load faster -->
23-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.1/jquery.min.js"></script>
23+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
2424
<script>window.jQuery || document.write('<script src="../assets/js/vendor/jquery.min.js"><\/script>')</script>
2525

2626
{% if site.github %}

docs/_includes/getting-started/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 id="template" class="page-header">Basic template</h1>
2828
<h1>Hello, world!</h1>
2929

3030
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
31-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.1/jquery.min.js"></script>
31+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
3232
<!-- Include all compiled plugins (below), or include individual files as needed -->
3333
<script src="js/bootstrap.min.js"></script>
3434
</body>

docs/assets/js/vendor/jquery.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/examples/blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h4>Elsewhere</h4>
171171
<!-- Bootstrap core JavaScript
172172
================================================== -->
173173
<!-- Placed at the end of the document so the pages load faster -->
174-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.1/jquery.min.js"></script>
174+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
175175
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
176176
<script src="../../dist/js/bootstrap.min.js"></script>
177177
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->

docs/examples/carousel/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h2 class="featurette-heading">And lastly, this one. <span class="text-muted">Ch
209209
<!-- Bootstrap core JavaScript
210210
================================================== -->
211211
<!-- Placed at the end of the document so the pages load faster -->
212-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.1/jquery.min.js"></script>
212+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
213213
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
214214
<script src="../../dist/js/bootstrap.min.js"></script>
215215
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->

docs/examples/cover/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h1 class="cover-heading">Cover your page.</h1>
7575
<!-- Bootstrap core JavaScript
7676
================================================== -->
7777
<!-- Placed at the end of the document so the pages load faster -->
78-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.1/jquery.min.js"></script>
78+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
7979
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
8080
<script src="../../dist/js/bootstrap.min.js"></script>
8181
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->

docs/examples/dashboard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h2 class="sub-header">Section title</h2>
241241
<!-- Bootstrap core JavaScript
242242
================================================== -->
243243
<!-- Placed at the end of the document so the pages load faster -->
244-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.1/jquery.min.js"></script>
244+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
245245
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
246246
<script src="../../dist/js/bootstrap.min.js"></script>
247247
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->

docs/examples/jumbotron/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2>Heading</h2>
9898
<!-- Bootstrap core JavaScript
9999
================================================== -->
100100
<!-- Placed at the end of the document so the pages load faster -->
101-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.1/jquery.min.js"></script>
101+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
102102
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
103103
<script src="../../dist/js/bootstrap.min.js"></script>
104104
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->

docs/examples/navbar-fixed-top/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h1>Navbar example</h1>
9090
<!-- Bootstrap core JavaScript
9191
================================================== -->
9292
<!-- Placed at the end of the document so the pages load faster -->
93-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.1/jquery.min.js"></script>
93+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
9494
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
9595
<script src="../../dist/js/bootstrap.min.js"></script>
9696
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->

docs/examples/navbar-static-top/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h1>Navbar example</h1>
9191
<!-- Bootstrap core JavaScript
9292
================================================== -->
9393
<!-- Placed at the end of the document so the pages load faster -->
94-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.1/jquery.min.js"></script>
94+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
9595
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
9696
<script src="../../dist/js/bootstrap.min.js"></script>
9797
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->

0 commit comments

Comments
 (0)