diff options
author | Richard Worth <rdworth@gmail.com> | 2010-02-16 02:39:57 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-02-16 02:39:57 +0000 |
commit | 0798b107175430b761f8dc43a5b69eeb7a0261a2 (patch) | |
tree | 8f9fd95bfe13d59077c07b97a5708cd34dae2632 /tests/static/index.html | |
parent | c9f30818afb8c4cd514fcebc8ee05a409e78e065 (diff) | |
download | jquery-ui-0798b107175430b761f8dc43a5b69eeb7a0261a2.tar.gz jquery-ui-0798b107175430b761f8dc43a5b69eeb7a0261a2.zip |
Fixed #5182 - Update to jQuery 1.4.2
Diffstat (limited to 'tests/static/index.html')
-rw-r--r-- | tests/static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/static/index.html b/tests/static/index.html index 96eda14fe..e33645d1b 100644 --- a/tests/static/index.html +++ b/tests/static/index.html @@ -3,7 +3,7 @@ <head> <title>Static Tests</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css" type="text/css" /> - <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"> $(function() { |