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 | |
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')
-rw-r--r-- | tests/unit/accordion/accordion.html | 2 | ||||
-rw-r--r-- | tests/unit/all/all.html | 2 | ||||
-rw-r--r-- | tests/unit/all/all_2.html | 2 | ||||
-rw-r--r-- | tests/unit/core/core.html | 2 | ||||
-rw-r--r-- | tests/unit/datepicker/datepicker.html | 2 | ||||
-rw-r--r-- | tests/unit/dialog/dialog.html | 2 | ||||
-rw-r--r-- | tests/unit/draggable/draggable.html | 2 | ||||
-rw-r--r-- | tests/unit/droppable/droppable.html | 2 | ||||
-rw-r--r-- | tests/unit/progressbar/progressbar.html | 2 | ||||
-rw-r--r-- | tests/unit/resizable/resizable.html | 2 | ||||
-rw-r--r-- | tests/unit/selectable/selectable.html | 2 | ||||
-rw-r--r-- | tests/unit/slider/slider.html | 2 | ||||
-rw-r--r-- | tests/unit/sortable/sortable.html | 2 | ||||
-rw-r--r-- | tests/unit/tabs/tabs.html | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/tests/unit/accordion/accordion.html b/tests/unit/accordion/accordion.html index 51553d330..0e3bab42d 100644 --- a/tests/unit/accordion/accordion.html +++ b/tests/unit/accordion/accordion.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Accordion 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.accordion.js"></script> diff --git a/tests/unit/all/all.html b/tests/unit/all/all.html index 358cc3e52..6da8e0e7a 100644 --- a/tests/unit/all/all.html +++ b/tests/unit/all/all.html @@ -4,7 +4,7 @@ <title>jQuery UI All Tests</title>
<link rel="stylesheet" href="../testsuite.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="../../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../../ui/ui.accordion.js"></script>
<script type="text/javascript" src="../../../ui/ui.datepicker.js"></script>
diff --git a/tests/unit/all/all_2.html b/tests/unit/all/all_2.html index 0645acb83..9e741190a 100644 --- a/tests/unit/all/all_2.html +++ b/tests/unit/all/all_2.html @@ -4,7 +4,7 @@ <title>jQuery UI All Tests</title>
<link rel="stylesheet" href="../testsuite.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="../../../ui/ui.core.js"></script>
<script type="text/javascript">
diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html index c8d88c88a..8d5337908 100644 --- a/tests/unit/core/core.html +++ b/tests/unit/core/core.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Core 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> <link type="text/css" href="../testsuite.css" rel="stylesheet" /> diff --git a/tests/unit/datepicker/datepicker.html b/tests/unit/datepicker/datepicker.html index a17b08e90..fa3785fc1 100644 --- a/tests/unit/datepicker/datepicker.html +++ b/tests/unit/datepicker/datepicker.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Datepicker 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.datepicker.js"></script> <script type="text/javascript" src="../../../ui/i18n/ui.datepicker-fr.js"></script> diff --git a/tests/unit/dialog/dialog.html b/tests/unit/dialog/dialog.html index 184430ec7..db0c85488 100644 --- a/tests/unit/dialog/dialog.html +++ b/tests/unit/dialog/dialog.html @@ -3,7 +3,7 @@ <head>
<title>jQuery UI Dialog 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.dialog.js"></script>
<script type="text/javascript" src="../../../ui/ui.draggable.js"></script>
diff --git a/tests/unit/draggable/draggable.html b/tests/unit/draggable/draggable.html index 2d129c9d6..a9d01acfb 100644 --- a/tests/unit/draggable/draggable.html +++ b/tests/unit/draggable/draggable.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Draggable 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.draggable.js"></script> diff --git a/tests/unit/droppable/droppable.html b/tests/unit/droppable/droppable.html index 3881adf1d..88a2ac31a 100644 --- a/tests/unit/droppable/droppable.html +++ b/tests/unit/droppable/droppable.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Droppable 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.draggable.js"></script> <script type="text/javascript" src="../../../ui/ui.droppable.js"></script> diff --git a/tests/unit/progressbar/progressbar.html b/tests/unit/progressbar/progressbar.html index c6d9becfb..6d1d0870a 100644 --- a/tests/unit/progressbar/progressbar.html +++ b/tests/unit/progressbar/progressbar.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Progressbar 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.progressbar.js"></script> diff --git a/tests/unit/resizable/resizable.html b/tests/unit/resizable/resizable.html index 5d2889884..b9d80a8f8 100644 --- a/tests/unit/resizable/resizable.html +++ b/tests/unit/resizable/resizable.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable 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.resizable.js"></script> diff --git a/tests/unit/selectable/selectable.html b/tests/unit/selectable/selectable.html index e35d28ad1..ec13db5d5 100644 --- a/tests/unit/selectable/selectable.html +++ b/tests/unit/selectable/selectable.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Selectable 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.selectable.js"></script> diff --git a/tests/unit/slider/slider.html b/tests/unit/slider/slider.html index c4a30168a..56ab69ec0 100644 --- a/tests/unit/slider/slider.html +++ b/tests/unit/slider/slider.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Slider 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.slider.js"></script> 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> diff --git a/tests/unit/tabs/tabs.html b/tests/unit/tabs/tabs.html index 57ddb6680..4c56439c1 100644 --- a/tests/unit/tabs/tabs.html +++ b/tests/unit/tabs/tabs.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Tabs 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.tabs.js"></script> |