aboutsummaryrefslogtreecommitdiffstats
path: root/demos/sortable/connect-lists-through-tabs.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/sortable/connect-lists-through-tabs.html')
-rw-r--r--demos/sortable/connect-lists-through-tabs.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/demos/sortable/connect-lists-through-tabs.html b/demos/sortable/connect-lists-through-tabs.html
index f82fd8d22..a68a8d914 100644
--- a/demos/sortable/connect-lists-through-tabs.html
+++ b/demos/sortable/connect-lists-through-tabs.html
@@ -3,14 +3,14 @@
<head>
<meta charset="utf-8">
<title>jQuery UI Sortable - Connect lists with Tabs</title>
- <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
+ <link rel="stylesheet" href="../../themes/base/all.css">
<script src="../../jquery-1.10.2.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>
- <script src="../../ui/jquery.ui.sortable.js"></script>
- <script src="../../ui/jquery.ui.droppable.js"></script>
- <script src="../../ui/jquery.ui.tabs.js"></script>
+ <script src="../../ui/core.js"></script>
+ <script src="../../ui/widget.js"></script>
+ <script src="../../ui/mouse.js"></script>
+ <script src="../../ui/sortable.js"></script>
+ <script src="../../ui/droppable.js"></script>
+ <script src="../../ui/tabs.js"></script>
<link rel="stylesheet" href="../demos.css">
<style>
#sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; width: 120px; }