Fix a little thing that disappeared with the merge

This commit is contained in:
ClemDee 2019-08-14 17:54:01 +02:00
parent 75732ba373
commit 792ce4133b

View File

@ -1095,9 +1095,6 @@ define([
// We can only open parent in virtual categories // We can only open parent in virtual categories
hide.push('openparent'); hide.push('openparent');
} }
if (!$element.is('.cp-border-color-file')) {
hide.push('download');
}
if ($element.is('.cp-app-drive-element-file')) { if ($element.is('.cp-app-drive-element-file')) {
// No folder in files // No folder in files
hide.push('color'); hide.push('color');