diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-07-25 11:46:45 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-07-25 11:46:45 -0400 |
commit | daadc343be2f139e82719e2e5ff466aa19ec166f (patch) | |
tree | d423e2f30b528122fd9e95bea0b0d936f2665086 /tests/static/icons.html | |
parent | f59a3e91e31379663983377f9dbd682e7bc67834 (diff) | |
download | jquery-ui-daadc343be2f139e82719e2e5ff466aa19ec166f.tar.gz jquery-ui-daadc343be2f139e82719e2e5ff466aa19ec166f.zip |
Upgrade jQuery to 1.6.2.
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 cffd98342..568178107 100644 --- a/tests/static/icons.html +++ b/tests/static/icons.html @@ -5,7 +5,7 @@ <title>jQuery UI CSS Framework Icons Test Page</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.base.css" type="text/css" /> <link rel="stylesheet" href="../../themes/base/jquery.ui.theme.css" type="text/css" title="ui-theme" /> - <script type="text/javascript" src="../../jquery-1.5.1.js"></script> + <script type="text/javascript" src="../../jquery-1.6.2.js"></script> <style type="text/css"> body {font-size: 62.5%; margin: 20px; font-family: Verdana, sans-serif; color: #444;} |