aboutsummaryrefslogtreecommitdiffstats
path: root/demos/sortable/portlets.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/sortable/portlets.html')
-rw-r--r--demos/sortable/portlets.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/demos/sortable/portlets.html b/demos/sortable/portlets.html
index 42ddb4444..a3f42a254 100644
--- a/demos/sortable/portlets.html
+++ b/demos/sortable/portlets.html
@@ -4,11 +4,6 @@
<meta charset="utf-8">
<title>jQuery UI Sortable - Portlets</title>
<link rel="stylesheet" href="../../themes/base/all.css">
- <script src="../../external/jquery/jquery.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 {
@@ -43,8 +38,8 @@
height: 50px;
}
</style>
- <script>
- $(function() {
+ <script src="../../external/requirejs/require.js"></script>
+ <script src="../bootstrap.js">
$( ".column" ).sortable({
connectWith: ".column",
handle: ".portlet-header",
@@ -63,7 +58,6 @@
icon.toggleClass( "ui-icon-minusthick ui-icon-plusthick" );
icon.closest( ".portlet" ).find( ".portlet-content" ).toggle();
});
- });
</script>
</head>
<body>