Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-05-13 09:33:23 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-05-13 09:33:23 +0400
commit7a765d1f8b45dd10d40e6c9ac5ad144ff95a9b0d (patch)
treef8c916a2c1c27b3306bded247b3157375eaefbe6 /docs/examples/jumbotron
parent58f03754c6f55d183a2cde13bbc8a7a942d8266e (diff)
Update jQuery to v1.11.1.
Diffstat (limited to 'docs/examples/jumbotron')
-rw-r--r--docs/examples/jumbotron/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html
index 568b066d3b..0991f2efb2 100644
--- a/docs/examples/jumbotron/index.html
+++ b/docs/examples/jumbotron/index.html
@@ -97,7 +97,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>
</body>
</html>