diff options
author | Richard Worth <rdworth@gmail.com> | 2011-03-02 20:44:26 -0500 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2011-03-02 20:49:20 -0500 |
commit | 593799d6e3dfca3933c06c9538feb94b3eb4f727 (patch) | |
tree | 796da6aec528759c83d89fed8cb515545024cd3d /tests/static/highlight_error.html | |
parent | 58b730f7c7a2fa848eeab12c5b26736a102ed1a4 (diff) | |
download | jquery-ui-593799d6e3dfca3933c06c9538feb94b3eb4f727.tar.gz jquery-ui-593799d6e3dfca3933c06c9538feb94b3eb4f727.zip |
Switched to latest stable jQuery 1.5.1
Diffstat (limited to 'tests/static/highlight_error.html')
-rw-r--r-- | tests/static/highlight_error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/static/highlight_error.html b/tests/static/highlight_error.html index c72ebf817..423e65e69 100644 --- a/tests/static/highlight_error.html +++ b/tests/static/highlight_error.html @@ -6,7 +6,7 @@ <title>Themeroller CSS Framework Demo</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.4.js"></script> + <script type="text/javascript" src="../../jquery-1.5.1.js"></script> <script type="text/javascript" src="static.js"></script> <style type="text/css"> body {font-size: 62.5%; margin: 20px; font-family: Verdana, sans-serif; color: #444;} |