aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete/xml.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2010-02-16 02:39:57 +0000
committerRichard Worth <rdworth@gmail.com>2010-02-16 02:39:57 +0000
commit0798b107175430b761f8dc43a5b69eeb7a0261a2 (patch)
tree8f9fd95bfe13d59077c07b97a5708cd34dae2632 /demos/autocomplete/xml.html
parentc9f30818afb8c4cd514fcebc8ee05a409e78e065 (diff)
downloadjquery-ui-0798b107175430b761f8dc43a5b69eeb7a0261a2.tar.gz
jquery-ui-0798b107175430b761f8dc43a5b69eeb7a0261a2.zip
Fixed #5182 - Update to jQuery 1.4.2
Diffstat (limited to 'demos/autocomplete/xml.html')
-rw-r--r--demos/autocomplete/xml.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/xml.html b/demos/autocomplete/xml.html
index d297ace23..fd07aec24 100644
--- a/demos/autocomplete/xml.html
+++ b/demos/autocomplete/xml.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Autocomplete Remote datasource demo</title>
<link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.4.1.js"></script>
+ <script type="text/javascript" src="../../jquery-1.4.2.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.position.js"></script>