diff options
| author | XhmikosR <[email protected]> | 2015-01-07 01:13:59 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-01-07 01:13:59 +0200 |
| commit | e16e11fc433153c36d5ee5a96631fa5aa7714c25 (patch) | |
| tree | 2ba8b4609d67ce39cb33819551619358225c1afb /docs/_includes | |
| parent | 9e01e308ca694a11eacfc8d8f829b7a100fda437 (diff) | |
| parent | 9db1de2a3aa734f41d9f5d0d1c0dfac5b77f4874 (diff) | |
| download | bootstrap-e16e11fc433153c36d5ee5a96631fa5aa7714c25.tar.xz bootstrap-e16e11fc433153c36d5ee5a96631fa5aa7714c25.zip | |
Merge pull request #15504 from twbs/jquery
Update jQuery to v1.11.2.
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/footer.html | 2 | ||||
| -rw-r--r-- | docs/_includes/getting-started/template.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 23eadb220..bc5cb866e 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -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> 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> |
