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/unit/sortable/sortable.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/unit/sortable/sortable.html')
-rw-r--r-- | tests/unit/sortable/sortable.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/sortable/sortable.html b/tests/unit/sortable/sortable.html index 5c45144bc..e1e43af63 100644 --- a/tests/unit/sortable/sortable.html +++ b/tests/unit/sortable/sortable.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Sortable Test Suite</title> - <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="../../../ui/ui.core.js"></script> <script type="text/javascript" src="../../../ui/ui.sortable.js"></script> |