diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-11-12 09:19:26 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-11-12 09:19:26 -0500 |
commit | fce1f97f7677f29cc8ba7b146e67799027cf1995 (patch) | |
tree | 1de6065f611614b29f21f99d214252bd506d6b9a /tests/static/icons.html | |
parent | f85b998f44e68860c633e467fe6427e52f91282c (diff) | |
download | jquery-ui-fce1f97f7677f29cc8ba7b146e67799027cf1995.tar.gz jquery-ui-fce1f97f7677f29cc8ba7b146e67799027cf1995.zip |
Upgraded jQuery to 1.4.4.
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 9e6a9858b..5cd8af21d 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.4.3.js"></script> + <script type="text/javascript" src="../../jquery-1.4.4.js"></script> <style type="text/css"> body {font-size: 62.5%; margin: 20px; font-family: Verdana, sans-serif; color: #444;} |