diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-14 23:26:15 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-14 23:26:15 +0000 |
commit | 2b728dc730f436bbf43fa37debd83f530c803b0f (patch) | |
tree | 111565f5c8f6f24f61867c8fb66cd44c918e0072 /tests/unit | |
parent | aa9672456e12a19e776a535b57a22d92846adc01 (diff) | |
download | jquery-ui-2b728dc730f436bbf43fa37debd83f530c803b0f.tar.gz jquery-ui-2b728dc730f436bbf43fa37debd83f530c803b0f.zip |
Happy Birthday jQuery (switched to jQuery 1.3)
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 db7fd84e1..b647df324 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.3rc2.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.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 b6d950874..140f00857 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.3rc2.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.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 f4f4201c8..9040ca8e4 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.3rc2.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.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 4e3f01edb..d0ff8fbad 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.3rc2.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.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 547836578..87bc7b1c3 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.3rc2.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.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 4ca2f7674..8ede97a0e 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.3rc2.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.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 ddd8baf58..6546b88b7 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.3rc2.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.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 6b1c78975..f98e060ff 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.3rc2.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.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 d6b186701..d9d6c333e 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.3rc2.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.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 eeff56c92..81b4fd614 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.3rc2.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.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 2d4fe6c8b..6d2fd636b 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.3rc2.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.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 58edc4e7f..ebd24de17 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.3rc2.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.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 1e4b21872..ab440f547 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.3rc2.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.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 cbaacfba3..b6d466adb 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.3rc2.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.js"></script> <script type="text/javascript" src="../../../ui/ui.core.js"></script> <script type="text/javascript" src="../../../ui/ui.tabs.js"></script> |