diff options
| author | XhmikosR <[email protected]> | 2015-05-10 01:04:14 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-05-10 01:22:23 +0300 |
| commit | 1eba173c9e44487e7ca8bfa5f400a4740c8b77c8 (patch) | |
| tree | 15febe7db706047db75a4329da7db8419f807553 /docs/examples/starter-template | |
| parent | 2084791511182db5cb7c3a2b3d9b35bddabb5eed (diff) | |
| download | bootstrap-1eba173c9e44487e7ca8bfa5f400a4740c8b77c8.tar.xz bootstrap-1eba173c9e44487e7ca8bfa5f400a4740c8b77c8.zip | |
Update jQuery to v1.11.3.
Diffstat (limited to 'docs/examples/starter-template')
| -rw-r--r-- | docs/examples/starter-template/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index dc318fbde..eb3b094a9 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -64,7 +64,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.2/jquery.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> |
