diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-08 01:14:51 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-08 01:14:51 -0600 |
commit | ed6302a0adbdee604722ce93ad975a55e1d02397 (patch) | |
tree | 434fe1d24e827962b1d7204aad7a35cc932e87d1 /modules/organize/js | |
parent | 6357f3332b9bc33b10c11dc93b83ba9e72eec109 (diff) | |
parent | 828f6add509c26ee183b44b4ad4f927f34d04509 (diff) |
Merge branch 'master' of git@github.com:bharat/gallery3
Diffstat (limited to 'modules/organize/js')
-rw-r--r-- | modules/organize/js/organize.js | 2 | ||||
-rw-r--r-- | modules/organize/js/organize_init.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/organize/js/organize.js b/modules/organize/js/organize.js index f10cbcc9..31657d3a 100644 --- a/modules/organize/js/organize.js +++ b/modules/organize/js/organize.js @@ -391,7 +391,7 @@ function organize_dialog_init() { $(".gBranchText").droppable(treeDroppable); $(".gBranchText").click(organizeOpenFolder); retrieveMicroThumbs(item_id); - //showLoading("#gDialog"); + //$.gallery_show_loading("#gDialog"); $("#gMicroThumbPanel").droppable(thumbDroppable); $("#gMicroThumbPanel").selectable(selectable); diff --git a/modules/organize/js/organize_init.js b/modules/organize/js/organize_init.js index ed036fdb..30bc78dd 100644 --- a/modules/organize/js/organize_init.js +++ b/modules/organize/js/organize_init.js @@ -17,7 +17,7 @@ $("document").ready(function() { zIndex: 75 }); - //showLoading("#gDialog"); + //$.gallery_show_loading("#gDialog"); $.get(href, function(data) { $("#gDialog").html(data); |