diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-13 00:49:10 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-13 00:49:10 +0000 |
commit | 877f03b8539c9db1ca9737725aaec58f065ea5b5 (patch) | |
tree | 7a4520aa6cc266d41604f75ff322688442c740f3 /tests/static/icons.html | |
parent | 204742d1dfcf6fbdb93fd8f549fc18de87cfb4b6 (diff) | |
download | jquery-ui-877f03b8539c9db1ca9737725aaec58f065ea5b5.tar.gz jquery-ui-877f03b8539c9db1ca9737725aaec58f065ea5b5.zip |
switched to jQuery 1.3rc2
Diffstat (limited to 'tests/static/icons.html')
-rw-r--r-- | tests/static/icons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/static/icons.html b/tests/static/icons.html index 6bb078b86..a486c336d 100644 --- a/tests/static/icons.html +++ b/tests/static/icons.html @@ -5,7 +5,7 @@ <link rel="stylesheet" href="../../themes/base/ui.core.css" type="text/css" /> <link rel="stylesheet" href="../../themes/base/ui.theme.css" type="text/css" title="ui-theme" /> <link rel="stylesheet" href="../../themes/base/ui.allplugins.css" type="text/css" /> - <script type="text/javascript" src="../../jquery-1.3pre.js"></script> + <script type="text/javascript" src="../../jquery-1.3rc2.js"></script> <style type="text/css"> body {font-size: 62.5%; margin: 20px; font-family: Verdana, sans-serif; color: #444;} |