diff --git a/app/services/folder-navs.js b/app/services/folder-navs.js index 1486025d..cb0f017b 100644 --- a/app/services/folder-navs.js +++ b/app/services/folder-navs.js @@ -26,14 +26,14 @@ export default Ember.Service.extend({ icon : "file", isFolder : true }, - { - name : "Workspace", - command : "workspace", - parentId : thisUserID, //TODO: Find out what the parent is - parentType : "user", - icon : "folder", - isFolder : true //TODO: Find out whether this is an actual folder - }, + // { + // name : "Workspace", + // command : "workspace", + // parentId : thisUserID, //TODO: Find out what the parent is + // parentType : "user", + // icon : "folder", + // isFolder : true //TODO: Find out whether this is an actual folder + // }, { name : "Recent", command : "recent",