diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-11-22 08:43:09 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-11-22 08:43:09 -0500 |
commit | 54fb1441fe2f9595a8376b9f4bf7d766469f5045 (patch) | |
tree | 429e34770e71a9bc85be4262319c8a3816340772 /demos/sortable | |
parent | 35dd0417bdb442ad00a9eb37a85db5ddf1b14615 (diff) | |
download | jquery-ui-54fb1441fe2f9595a8376b9f4bf7d766469f5045.tar.gz jquery-ui-54fb1441fe2f9595a8376b9f4bf7d766469f5045.zip |
Upgrade jQuery to 1.7.1.
Diffstat (limited to 'demos/sortable')
-rw-r--r-- | demos/sortable/connect-lists-through-tabs.html | 2 | ||||
-rw-r--r-- | demos/sortable/connect-lists.html | 2 | ||||
-rw-r--r-- | demos/sortable/default.html | 2 | ||||
-rw-r--r-- | demos/sortable/delay-start.html | 2 | ||||
-rw-r--r-- | demos/sortable/display-grid.html | 2 | ||||
-rw-r--r-- | demos/sortable/empty-lists.html | 2 | ||||
-rw-r--r-- | demos/sortable/items.html | 2 | ||||
-rw-r--r-- | demos/sortable/placeholder.html | 2 | ||||
-rw-r--r-- | demos/sortable/portlets.html | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/demos/sortable/connect-lists-through-tabs.html b/demos/sortable/connect-lists-through-tabs.html index 2ce25daa3..5e89c5147 100644 --- a/demos/sortable/connect-lists-through-tabs.html +++ b/demos/sortable/connect-lists-through-tabs.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Sortable - Connect lists with Tabs</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.js"></script> + <script src="../../jquery-1.7.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/connect-lists.html b/demos/sortable/connect-lists.html index 909d1c0b4..1d4ae490e 100644 --- a/demos/sortable/connect-lists.html +++ b/demos/sortable/connect-lists.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Sortable - Connect lists</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.js"></script> + <script src="../../jquery-1.7.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/default.html b/demos/sortable/default.html index 723078d62..7653a342d 100644 --- a/demos/sortable/default.html +++ b/demos/sortable/default.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Sortable - Default functionality</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.js"></script> + <script src="../../jquery-1.7.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/delay-start.html b/demos/sortable/delay-start.html index 0ba9e252c..da96ba61f 100644 --- a/demos/sortable/delay-start.html +++ b/demos/sortable/delay-start.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Sortable - Delay start</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.js"></script> + <script src="../../jquery-1.7.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/display-grid.html b/demos/sortable/display-grid.html index de7083364..88bbc1fc4 100644 --- a/demos/sortable/display-grid.html +++ b/demos/sortable/display-grid.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Sortable - Display as grid</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.js"></script> + <script src="../../jquery-1.7.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/empty-lists.html b/demos/sortable/empty-lists.html index 16d61fee2..2ecac7222 100644 --- a/demos/sortable/empty-lists.html +++ b/demos/sortable/empty-lists.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Sortable - Handle empty lists</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.js"></script> + <script src="../../jquery-1.7.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/items.html b/demos/sortable/items.html index d68127229..ca00cbb2d 100644 --- a/demos/sortable/items.html +++ b/demos/sortable/items.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Sortable - Include / exclude items</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.js"></script> + <script src="../../jquery-1.7.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/placeholder.html b/demos/sortable/placeholder.html index 5a8b4fe2b..dff08536f 100644 --- a/demos/sortable/placeholder.html +++ b/demos/sortable/placeholder.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Sortable - Drop placeholder</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.js"></script> + <script src="../../jquery-1.7.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/portlets.html b/demos/sortable/portlets.html index 04a352b03..15063333c 100644 --- a/demos/sortable/portlets.html +++ b/demos/sortable/portlets.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Sortable - Portlets</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.js"></script> + <script src="../../jquery-1.7.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.mouse.js"></script> |