don't add share action to the Shared folder

This commit is contained in:
Björn Schießle 2013-03-12 17:28:36 +01:00
parent 569c7ab138
commit b2da2f769a

View file

@ -112,7 +112,7 @@ var FileActions = {
addAction(name, action);
}
});
if(actions.Share){
if(actions.Share && file !== 'Shared'){
addAction('Share', actions.Share);
}