mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
[group members] removed some spaces
This commit is contained in:
@@ -190,11 +190,11 @@ define([
|
||||
this.$emptyTip.hide();
|
||||
},
|
||||
|
||||
showMembers: function () {
|
||||
showMembers: function() {
|
||||
this.membersView.show({'group_id': this.group_id});
|
||||
},
|
||||
|
||||
toggleMembersPanel: function () {
|
||||
toggleMembersPanel: function() {
|
||||
var panel_id = this.membersView.el.id;
|
||||
if ($('#' + panel_id + ':visible').length) { // the panel is shown
|
||||
this.membersView.hide();
|
||||
|
Reference in New Issue
Block a user