mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
add 'updateGroups' for side-nav, and other improvement
This commit is contained in:
@@ -42,11 +42,16 @@ define([
|
||||
Common.initNoticePopup();
|
||||
|
||||
this.sideNavView = new SideNavView();
|
||||
app.ui = {
|
||||
sideNavView: this.sideNavView
|
||||
};
|
||||
|
||||
this.dirView = new DirView();
|
||||
|
||||
this.myHomeView = new MyHomeView({dirView: this.dirView});
|
||||
this.groupView = new GroupView({dirView: this.dirView});
|
||||
this.groupView = new GroupView({
|
||||
dirView: this.dirView
|
||||
});
|
||||
this.orgView = new OrgView({dirView: this.dirView});
|
||||
|
||||
this.groupsView = new GroupsView();
|
||||
|
Reference in New Issue
Block a user