aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete/maxheight.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-08-13 09:19:09 -0400
committerScott González <scott.gonzalez@gmail.com>2012-08-13 09:19:09 -0400
commit1e6b2b22984cc0d708d704028b85321528948b50 (patch)
tree6791c90f3ca260976ba984c78f2db5fdff2c39b4 /demos/autocomplete/maxheight.html
parent30b579f598a3abdc9b0b7ad18bc76c8b5438d5ca (diff)
downloadjquery-ui-1e6b2b22984cc0d708d704028b85321528948b50.tar.gz
jquery-ui-1e6b2b22984cc0d708d704028b85321528948b50.zip
Upgrade jQuery to 1.8.0.
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 3804249dc..bb27e2a0d 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.7.2.js"></script>
+ <script src="../../jquery-1.8.0.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>