diff options
author | Richard Worth <rdworth@gmail.com> | 2010-01-20 13:52:38 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-01-20 13:52:38 +0000 |
commit | a1e069759ddcd3e56deff0d9334559b156df734c (patch) | |
tree | e29ffd729d7ee7c8a56e0a273a0fdd18a989be8c /tests/static/button/default.html | |
parent | b0195091a66f0c070610a09744c4325308b24534 (diff) | |
download | jquery-ui-a1e069759ddcd3e56deff0d9334559b156df734c.tar.gz jquery-ui-a1e069759ddcd3e56deff0d9334559b156df734c.zip |
switched to jQuery 1.4
Diffstat (limited to 'tests/static/button/default.html')
-rw-r--r-- | tests/static/button/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/static/button/default.html b/tests/static/button/default.html index 1d1ce80fc..778841b65 100644 --- a/tests/static/button/default.html +++ b/tests/static/button/default.html @@ -5,7 +5,7 @@ <link rel="stylesheet" href="../static.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/ui.base.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/ui.theme.css" type="text/css" title="ui-theme" /> - <script type="text/javascript" src="../../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../../jquery-1.4.js"></script> <script type="text/javascript" src="../static.js"></script> <style> div { margin: 0 0 1em; } |