aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started/template.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-01-07 01:13:59 +0200
committerXhmikosR <[email protected]>2015-01-07 01:13:59 +0200
commite16e11fc433153c36d5ee5a96631fa5aa7714c25 (patch)
tree2ba8b4609d67ce39cb33819551619358225c1afb /docs/_includes/getting-started/template.html
parent9e01e308ca694a11eacfc8d8f829b7a100fda437 (diff)
parent9db1de2a3aa734f41d9f5d0d1c0dfac5b77f4874 (diff)
downloadbootstrap-e16e11fc433153c36d5ee5a96631fa5aa7714c25.tar.xz
bootstrap-e16e11fc433153c36d5ee5a96631fa5aa7714c25.zip
Merge pull request #15504 from twbs/jquery
Update jQuery to v1.11.2.
Diffstat (limited to 'docs/_includes/getting-started/template.html')
-rw-r--r--docs/_includes/getting-started/template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/template.html b/docs/_includes/getting-started/template.html
index 47a0a8b67..84e009885 100644
--- a/docs/_includes/getting-started/template.html
+++ b/docs/_includes/getting-started/template.html
@@ -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>