summaryrefslogtreecommitdiff
path: root/modules/organize/js/organize_init.js
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-04-17 02:06:00 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-04-17 02:06:00 +0000
commitd8e91338734185d1bf67f0c84f429d33effce142 (patch)
tree39f8c47370efe12eeecd74a778c4826d053dd5a9 /modules/organize/js/organize_init.js
parent6fae077b52cc44dee15b2befd1862ea65da50730 (diff)
Another iteration in the quest for the perfect organize module. At
this point you can select microthumbs, by clicking on them, ctrl-click will add to the selection. You can select by drawing a lasso around images. Holding the ctrl will add the lassoed thumbs to the selection. Once slected, thumbs can be dragged and dropped within the current At this point no background processing takes place
Diffstat (limited to 'modules/organize/js/organize_init.js')
-rw-r--r--modules/organize/js/organize_init.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/organize/js/organize_init.js b/modules/organize/js/organize_init.js
index 70949eab..faa725d3 100644
--- a/modules/organize/js/organize_init.js
+++ b/modules/organize/js/organize_init.js
@@ -10,7 +10,8 @@ $("document").ready(function() {
autoResize: false,
modal: true,
resizable: true,
- close: closeDialog
+ close: closeDialog,
+ zIndex: 75
});
//showLoading("#gDialog");