summaryrefslogtreecommitdiff
path: root/modules/organize/js
diff options
context:
space:
mode:
Diffstat (limited to 'modules/organize/js')
-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 a8a363a2..c8fc9d43 100644
--- a/modules/organize/js/organize.js
+++ b/modules/organize/js/organize.js
@@ -157,7 +157,7 @@ var selectable = {
var onMicroThumbContainerMouseup = function(event) {
// For simplicity always remove the ui-selected class. If it was unselected
// it will get added back
- $(this).removeClass("ui-selected");
+ $(this).toggleClass("ui-selected");
setDrawerButtonState();
};