1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

Rewrite group discussion as side panel

This commit is contained in:
Daniel Pan
2016-05-05 13:32:39 +08:00
parent 34e5709c16
commit 376422c935
5 changed files with 89 additions and 36 deletions

View File

@@ -78,6 +78,9 @@ define([
this.currentView.hide();
this.currentView = newView;
}
if (app.ui.groupDiscussions) {
app.ui.groupDiscussions.hide();
}
},
showRepos: function() {