Merge pull request #7941 from nextcloud/fix-7934

remove hardcoded sharepoint icon path
This commit is contained in:
Roeland Jago Douma 2018-01-18 15:55:25 +01:00 committed by GitHub
commit fc49e77093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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;