From 4dab7f8dd04a68349e5174c8d6a4958305ad3005 Mon Sep 17 00:00:00 2001 From: jhilden Date: Mon, 29 Jun 2009 16:23:12 -0400 Subject: admin dashboard blocks can now be moved from left to right sidebar fix for bug report #92 removed containment parameter for the jQuery sortable plugin seems to work in Firefox, Chrome and IE 8 --- modules/gallery/views/admin_dashboard.html.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules') diff --git a/modules/gallery/views/admin_dashboard.html.php b/modules/gallery/views/admin_dashboard.html.php index 5b8cae2e..a2d22ab6 100644 --- a/modules/gallery/views/admin_dashboard.html.php +++ b/modules/gallery/views/admin_dashboard.html.php @@ -13,7 +13,6 @@ $("#gAdminDashboard .gBlock .ui-widget-header").addClass("gDraggable"); $("#gAdminDashboard").sortable({ connectWith: ["#gAdminDashboardSidebar"], - containment: "document", cursor: "move", handle: $(".ui-widget-header"), opacity: 0.6, @@ -24,7 +23,6 @@ $("#gAdminDashboardSidebar .gBlock .ui-widget-header").addClass("gDraggable"); $("#gAdminDashboardSidebar").sortable({ connectWith: ["#gAdminDashboard"], - containment: "document", cursor: "move", handle: $(".ui-widget-header"), opacity: 0.6, -- cgit v1.2.3