diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-01-03 04:56:50 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-01-03 04:56:50 +0000 |
commit | 03f0b95b52f51e3190a6c429c036fa5f1e6d643f (patch) | |
tree | 779f17d1379ec3748b48f012d77385180098cded /tests/static/tabs.html | |
parent | b1e7e786ffcc6386af9aa684eebcd99ad6cb3224 (diff) | |
download | jquery-ui-03f0b95b52f51e3190a6c429c036fa5f1e6d643f.tar.gz jquery-ui-03f0b95b52f51e3190a6c429c036fa5f1e6d643f.zip |
Updated all demos/tests to jQuery 1.3pre.
Diffstat (limited to 'tests/static/tabs.html')
-rw-r--r-- | tests/static/tabs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/static/tabs.html b/tests/static/tabs.html index 8b7004677..19b377b51 100644 --- a/tests/static/tabs.html +++ b/tests/static/tabs.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.2.6.js"></script> + <script type="text/javascript" src="../../jquery-1.3pre.js"></script> <script type="text/javascript" src="static_helpers.js"></script> </head> <body style="font-size: 62.5%;"> |