diff options
author | Richard Worth <rdworth@gmail.com> | 2011-03-02 20:44:26 -0500 |
---|---|---|
committer | gnarf <gnarf@gnarf.net> | 2011-03-08 00:52:06 -0600 |
commit | 103744415c8e86751f35b5bbe23853af3dab7663 (patch) | |
tree | 02aadc359533b6f8f4cdcb41983c805292514591 /demos/autocomplete/xml.html | |
parent | b6debf4daf015173de904a361ddb1041fc9474a8 (diff) | |
download | jquery-ui-103744415c8e86751f35b5bbe23853af3dab7663.tar.gz jquery-ui-103744415c8e86751f35b5bbe23853af3dab7663.zip |
Switched to latest stable jQuery 1.5.1
Diffstat (limited to 'demos/autocomplete/xml.html')
-rw-r--r-- | demos/autocomplete/xml.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/xml.html b/demos/autocomplete/xml.html index fff432e58..18178391d 100644 --- a/demos/autocomplete/xml.html +++ b/demos/autocomplete/xml.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Autocomplete - XML data parsed once</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.4.4.js"></script> + <script src="../../jquery-1.5.1.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> |