Remove the X in the drive tree

This commit is contained in:
yflory 2020-05-25 17:21:55 +02:00
parent e28d4695c5
commit bc3d827ce0
1 changed files with 2 additions and 0 deletions

View File

@ -3864,6 +3864,7 @@ define([
$tree.html('');
/*
$(h('button.fa.fa-times.cp-close-button', {
title: Messages.filePicker_close
})).click(function (e) {
@ -3871,6 +3872,7 @@ define([
$tree.hide();
checkCollapseButton();
}).appendTo($tree);
*/
var $div = $('<div>', {'class': 'cp-app-drive-tree-categories-container'})
.appendTo($tree);