mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
Fixes
This commit is contained in:
@@ -41,9 +41,7 @@ define([
|
||||
Common.initNoticePopup();
|
||||
|
||||
this.sideNavView = new SideNavView();
|
||||
app.ui = {
|
||||
sideNavView: this.sideNavView
|
||||
};
|
||||
app.ui.sideNavView = this.sideNavView;
|
||||
|
||||
this.dirView = new DirView();
|
||||
|
||||
|
Reference in New Issue
Block a user