Merge pull request #7941 from nextcloud/fix-7934
remove hardcoded sharepoint icon path
This commit is contained in:
commit
fc49e77093
|
@ -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