diff options
Diffstat (limited to 'demos/sortable/portlets.html')
-rw-r--r-- | demos/sortable/portlets.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/demos/sortable/portlets.html b/demos/sortable/portlets.html index 546fe58d8..0184d9fbe 100644 --- a/demos/sortable/portlets.html +++ b/demos/sortable/portlets.html @@ -3,12 +3,12 @@ <head> <meta charset="utf-8"> <title>jQuery UI Sortable - Portlets</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/core.js"></script> + <script src="../../ui/widget.js"></script> + <script src="../../ui/mouse.js"></script> + <script src="../../ui/sortable.js"></script> <link rel="stylesheet" href="../demos.css"> <style> body { |