summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhilden <jakobhilden@gmail.com>2009-06-29 16:23:12 -0400
committerjhilden <jakobhilden@gmail.com>2009-06-29 16:23:12 -0400
commit4dab7f8dd04a68349e5174c8d6a4958305ad3005 (patch)
tree31966fc8cb36cd2414614b6f3760e22a65c810ac
parentb31b3bd5bff4f8d5b5721e0fdd86579028a5b03a (diff)
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
-rw-r--r--modules/gallery/views/admin_dashboard.html.php2
1 files changed, 0 insertions, 2 deletions
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,