aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete/maxheight.html
diff options
context:
space:
mode:
authorBruno M. Custódio <bruno@brunomcustodio.com>2013-06-01 20:25:27 +0100
committerScott González <scott.gonzalez@gmail.com>2013-07-05 08:42:37 -0400
commit0d5eaab9bbfd60daa7ad69aea74aa24ef0243a6c (patch)
tree982c1d7edda62fbe6fc79a3fad803712aedd5342 /demos/autocomplete/maxheight.html
parent4148acfa9a7b1494f2d87559362c07a59f8e47f8 (diff)
downloadjquery-ui-0d5eaab9bbfd60daa7ad69aea74aa24ef0243a6c.tar.gz
jquery-ui-0d5eaab9bbfd60daa7ad69aea74aa24ef0243a6c.zip
Updating jQuery to 1.10.2.
Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
Diffstat (limited to 'demos/autocomplete/maxheight.html')
-rw-r--r--demos/autocomplete/maxheight.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/maxheight.html b/demos/autocomplete/maxheight.html
index b57642921..570bc7e8e 100644
--- a/demos/autocomplete/maxheight.html
+++ b/demos/autocomplete/maxheight.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Autocomplete - Scrollable results</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
- <script src="../../jquery-1.9.1.js"></script>
+ <script src="../../jquery-1.10.2.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.position.js"></script>