remove hardcoded sharepoint icon path
it does not exist and if it would, it was not themable Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
266c64069f
commit
1703c25b26
|
@ -560,9 +560,6 @@ OCA.External.StatusManager.Utils = {
|
|||
case 'windows_network_drive':
|
||||
icon = OC.imagePath('windows_network_drive', 'folder-windows');
|
||||
break;
|
||||
case 'sharepoint':
|
||||
icon = OC.imagePath('sharepoint', 'folder-sharepoint');
|
||||
break;
|
||||
}
|
||||
|
||||
return icon;
|
||||
|
|
Loading…
Reference in New Issue