diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-09-13 18:55:48 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-09-13 18:55:48 -0700 |
commit | c527e70f26a85403633c9c8c7d32cc3b30cf625e (patch) | |
tree | 76d626b67200ee142ebb8a94240cb2d7aa50e6cb /modules/organize/js/organize.js | |
parent | 71a2e3624e05302725281c19b23beba252183a15 (diff) | |
parent | 6c0732e16fa904125d9d437f8f3e96d377c448d9 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3 into beta3_staging
Diffstat (limited to 'modules/organize/js/organize.js')
-rw-r--r-- | modules/organize/js/organize.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/js/organize.js b/modules/organize/js/organize.js index 7d204708..cfaff01c 100644 --- a/modules/organize/js/organize.js +++ b/modules/organize/js/organize.js @@ -142,7 +142,7 @@ $("#gDialog").bind("dialogopen", function(event, ui) { $("#gOrganize").height($("#gDialog").innerHeight() - 20); $("#gOrganizeMicroThumbPanel").height($("#gDialog").innerHeight() - 90); - $("#gOrganizeAlbumTree").height($("#gDialog").innerHeight() - 59); + $("#gOrganizeTreeContainer").height($("#gDialog").innerHeight() - 59); }); $("#gDialog").bind("dialogclose", function(event, ui) { |