Fix white spaces

This commit is contained in:
DianaXWiki 2025-11-19 13:37:55 +02:00
parent bb83546cad
commit afc3dff6ef

View File

@ -4638,7 +4638,7 @@ define([
var isEmpty = manager.isFolderEmpty(root[key]);
subfolder = manager.hasSubfolder(root[key]);
isCurrentFolder = manager.comparePath(newPath, currentPath);
$icon = isEmpty ?
$icon = isEmpty ?
(isCurrentFolder ? $folderOpenedEmptyIcon : $folderEmptyIcon) :
(isCurrentFolder ? $folderOpenedIcon : $folderIcon);
data.content[key] = {
@ -4648,7 +4648,6 @@ define([
content: {}
};
}
if (subfolder) {
var subRoot = isSharedFolder ?
Util.find(manager, ['folders', sfId, 'proxy', manager.user.userObject.ROOT]) :