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

[group discussion] bugfix & improvement

This commit is contained in:
llj
2016-03-25 12:02:30 +08:00
parent dc373c956d
commit 63f30b3657
10 changed files with 96 additions and 56 deletions

View File

@@ -52,7 +52,7 @@ define([
this.$listContainer.hide();
// the user's role in this group
this.is_owner = false,
this.is_owner = false;
this.is_admin = false;
if (app.pageOptions.username == this.group.owner) {