bug fixes
This commit is contained in:
parent
ddfd441577
commit
0de13c9dd4
6 changed files with 19 additions and 9 deletions
|
|
@ -814,7 +814,7 @@ sub getAssetManagerControl {
|
|||
$output .= "manager.assetType='".$controlType."';\n" if (defined $controlType);
|
||||
$output .= "manager.disableDisplay(0);\n" if (defined $removeRank);
|
||||
if ($controlType eq "ManageTrash" || $controlType eq "ManageClipboard") {
|
||||
# $output .= "manager.displayCrumbTrail = false;\n";
|
||||
#$output .= "manager.displayCrumbTrail = false;\n";
|
||||
# $output .= "manager.sortEnabled = false;\n";
|
||||
}
|
||||
$output .= "manager.renderAssets();\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue