summaryrefslogtreecommitdiff
path: root/modules/organize/js
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-05-07 05:16:56 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-05-07 05:16:56 +0000
commit6a295dc93dc4236c9118a500b3aafa5e3e97ef19 (patch)
treeba99a818ce264c6ecfc51ca036f23a23778d7263 /modules/organize/js
parent85832e2e0f66f9078b398e8c116b016c5ac6f2ec (diff)
1) Leave an object selected if its clicked.
2) And a 1em left margin to provide more spacing, so the lasso is less inclusive
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();
};