diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-22 09:13:28 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-22 09:13:28 +0000 |
commit | 19a1468fc3af67c0fb5eefb4aad460d439830808 (patch) | |
tree | f01e7bc708d070e061a63368f89ab12774e71286 /tests/static/icons.html | |
parent | 4176d55bfbf4dc4cb1d7704fc9d52c1fb345dfc0 (diff) | |
download | jquery-ui-19a1468fc3af67c0fb5eefb4aad460d439830808.tar.gz jquery-ui-19a1468fc3af67c0fb5eefb4aad460d439830808.zip |
switched to jQuery 1.3.1
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 cc5a48161..99b90fbe2 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.3.js"></script> + <script type="text/javascript" src="../../jquery-1.3.1.js"></script> <style type="text/css"> body {font-size: 62.5%; margin: 20px; font-family: Verdana, sans-serif; color: #444;} |