summaryrefslogtreecommitdiff
path: root/modules/organize
diff options
context:
space:
mode:
Diffstat (limited to 'modules/organize')
-rw-r--r--modules/organize/js/organize.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/js/organize.js b/modules/organize/js/organize.js
index 701bad4c..3dbf9a55 100644
--- a/modules/organize/js/organize.js
+++ b/modules/organize/js/organize.js
@@ -166,7 +166,7 @@
.selectable({
filter: ".g-organize-microthumb-grid-cell",
selected: function(event, ui) {
- ui.selected.children(".g-organize-microthumb").addClass("ui-state-highlight");
+ $(ui.selected).children(".g-organize-microthumb").addClass("ui-state-highlight");
},
unselected: function(event, ui) {
$(ui.unselected).children(".g-organize-microthumb").removeClass("ui-state-highlight");