diff options
| author | XhmikosR <[email protected]> | 2015-01-06 12:49:31 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-01-07 00:31:18 +0200 |
| commit | 9db1de2a3aa734f41d9f5d0d1c0dfac5b77f4874 (patch) | |
| tree | 2ba8b4609d67ce39cb33819551619358225c1afb /docs/_includes/getting-started | |
| parent | 9e01e308ca694a11eacfc8d8f829b7a100fda437 (diff) | |
| download | bootstrap-9db1de2a3aa734f41d9f5d0d1c0dfac5b77f4874.tar.xz bootstrap-9db1de2a3aa734f41d9f5d0d1c0dfac5b77f4874.zip | |
Update jQuery to v1.11.2.
Diffstat (limited to 'docs/_includes/getting-started')
| -rw-r--r-- | docs/_includes/getting-started/template.html | 2 |
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> |
