diff options
| author | XhmikosR <[email protected]> | 2015-09-06 20:32:40 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-09-06 20:32:40 +0300 |
| commit | 55258e992346b502553d70cfd062e86b6ff15741 (patch) | |
| tree | 70a565175d31f465429867d66dc2132fd7aae0b2 /docs/examples/album | |
| parent | dee38e33b5f8e39f2171737b6e28818aa396992d (diff) | |
| download | bootstrap-55258e992346b502553d70cfd062e86b6ff15741.tar.xz bootstrap-55258e992346b502553d70cfd062e86b6ff15741.zip | |
Use jQuery 1.11.3 everywhere.
[ci skip]
Diffstat (limited to 'docs/examples/album')
| -rw-r--r-- | docs/examples/album/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/album/index.html b/docs/examples/album/index.html index 557f57ec2..04d82d3e1 100644 --- a/docs/examples/album/index.html +++ b/docs/examples/album/index.html @@ -115,7 +115,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.3/jquery.min.js"></script> <script src="../../assets/js/vendor/holder.min.js"></script> <script> $(function () { |
