summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_sidebar.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/views/admin_sidebar.html.php')
-rw-r--r--modules/gallery/views/admin_sidebar.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/admin_sidebar.html.php b/modules/gallery/views/admin_sidebar.html.php
index 3137a2a6..b4f339ae 100644
--- a/modules/gallery/views/admin_sidebar.html.php
+++ b/modules/gallery/views/admin_sidebar.html.php
@@ -4,7 +4,7 @@
$(".g-admin-blocks-list ul").sortable({
connectWith: ".g-sortable-blocks",
opacity: .7,
- placeholder: "ui-state-highlight",
+ placeholder: "g-target",
update: function(event,ui) {
if ($(this).attr("id") == "g-active-blocks") {
var active_blocks = "";
@@ -18,7 +18,7 @@
}
});
}
- },
+ }
}).disableSelection();
});
</script>