Add a share icon in the drive when displaying a shared folder
This commit is contained in:
@@ -866,7 +866,7 @@ define([
|
||||
|
||||
var isInSharedFolder = function (Env, path) {
|
||||
var resolved = _resolvePath(Env, path);
|
||||
return typeof resolved.id === "number";
|
||||
return typeof resolved.id === "number" ? resolved.id : false;
|
||||
};
|
||||
|
||||
/* Generic: doesn't need access to a proxy */
|
||||
|
||||
Reference in New Issue
Block a user