diff options
| author | XhmikosR <[email protected]> | 2014-05-13 08:33:23 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-05-13 08:33:23 +0300 |
| commit | 7a765d1f8b45dd10d40e6c9ac5ad144ff95a9b0d (patch) | |
| tree | f8c916a2c1c27b3306bded247b3157375eaefbe6 /docs/_includes | |
| parent | 58f03754c6f55d183a2cde13bbc8a7a942d8266e (diff) | |
| download | bootstrap-7a765d1f8b45dd10d40e6c9ac5ad144ff95a9b0d.tar.xz bootstrap-7a765d1f8b45dd10d40e6c9ac5ad144ff95a9b0d.zip | |
Update jQuery to v1.11.1.
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 6d626a198..0bb3eafd3 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.0/jquery.min.js"></script> +<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../dist/js/bootstrap.min.js"></script> <script src="../assets/js/docs.min.js"></script> {% if page.slug == "customize" %} diff --git a/docs/_includes/getting-started/template.html b/docs/_includes/getting-started/template.html index c3b1560aa..3952621a6 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.0/jquery.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> </body> |
