mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix white spaces
This commit is contained in:
parent
bb83546cad
commit
afc3dff6ef
@ -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]) :
|
||||
|
||||
Loading…
Reference in New Issue
Block a user