diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-11-09 10:18:33 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-11-09 10:18:33 -0500 |
commit | 50dab05784f0d9e98cbf46a975375badb484610b (patch) | |
tree | 434ee0ff80bc270614fedab4f52ddc7128acc09e /tests/static/button/default.html | |
parent | 1856a84d590e1711935b72d1441851f4595f4f7d (diff) | |
download | jquery-ui-50dab05784f0d9e98cbf46a975375badb484610b.tar.gz jquery-ui-50dab05784f0d9e98cbf46a975375badb484610b.zip |
Upgrade jQuery to 1.7.
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 3da4035a5..157581ab9 100644 --- a/tests/static/button/default.html +++ b/tests/static/button/default.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="../static.css" type="text/css" /> <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.6.4.js"></script> + <script type="text/javascript" src="../../../jquery-1.7.js"></script> <script type="text/javascript" src="../static.js"></script> <style> div { margin: 0 0 1em; } |