summaryrefslogtreecommitdiff
path: root/modules/organize/views/organize_dialog.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-08-05 09:23:01 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-08-05 09:23:01 -0700
commite37526f94df74a52a9cf36f0a5a5e641958ebbb3 (patch)
treede41b6924d45aaf6186f76bd2ee0dbdbb71aa546 /modules/organize/views/organize_dialog.html.php
parent869c3de9612a598dae0ce400991bdbe173a2decc (diff)
Revert "Enable the expand/collapse of branches by clicking on the plus/minus"
This reverts commit 869c3de9612a598dae0ce400991bdbe173a2decc.
Diffstat (limited to 'modules/organize/views/organize_dialog.html.php')
-rw-r--r--modules/organize/views/organize_dialog.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php
index 1e6646e4..cf3fd478 100644
--- a/modules/organize/views/organize_dialog.html.php
+++ b/modules/organize/views/organize_dialog.html.php
@@ -12,7 +12,7 @@
</div>
<div class="yui-gf">
<div id="gOrganizeTreeContainer" class="yui-u first">
- <ul id="gOrganizeAlbumTree" ref="<?= url::site("organize/children/__ITEM_ID__") ?>">
+ <ul id="gOrganizeAlbumTree">
<?= $album_tree ?>
</ul>
</div>