diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-08 05:39:38 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-08 05:39:38 +0000 |
commit | c3d9d6261c56fdfbc77f86fd4f276bdfef0fbfa1 (patch) | |
tree | 90e3ab469926e326b8720a5304b15dbbf32c2559 /tests/static/all.html | |
parent | c333dade688d47b9f54c63ab792e334b9793c6fa (diff) | |
download | jquery-ui-c3d9d6261c56fdfbc77f86fd4f276bdfef0fbfa1.tar.gz jquery-ui-c3d9d6261c56fdfbc77f86fd4f276bdfef0fbfa1.zip |
temporarily switched back to 1.2.6
Diffstat (limited to 'tests/static/all.html')
-rw-r--r-- | tests/static/all.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/static/all.html b/tests/static/all.html index 12c044b11..fdd5d8307 100644 --- a/tests/static/all.html +++ b/tests/static/all.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.3pre.js"></script> + <script type="text/javascript" src="../../jquery-1.2.6.js"></script> <script type="text/javascript" src="static_helpers.js"></script> <style type="text/css"> dd.plugin { margin-top: 0.3em; margin-bottom: 1em; } |