diff options
author | Richard Worth <rdworth@gmail.com> | 2011-03-02 20:44:26 -0500 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2011-03-02 20:49:20 -0500 |
commit | 593799d6e3dfca3933c06c9538feb94b3eb4f727 (patch) | |
tree | 796da6aec528759c83d89fed8cb515545024cd3d /demos/autocomplete/remote-jsonp.html | |
parent | 58b730f7c7a2fa848eeab12c5b26736a102ed1a4 (diff) | |
download | jquery-ui-593799d6e3dfca3933c06c9538feb94b3eb4f727.tar.gz jquery-ui-593799d6e3dfca3933c06c9538feb94b3eb4f727.zip |
Switched to latest stable jQuery 1.5.1
Diffstat (limited to 'demos/autocomplete/remote-jsonp.html')
-rw-r--r-- | demos/autocomplete/remote-jsonp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/remote-jsonp.html b/demos/autocomplete/remote-jsonp.html index 986e9f0f0..1cc71d1e3 100644 --- a/demos/autocomplete/remote-jsonp.html +++ b/demos/autocomplete/remote-jsonp.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Autocomplete - Remote JSONP datasource</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> |