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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user