1
0
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:
llj
2015-12-15 11:33:07 +08:00
parent 1f15e38752
commit de63d7284c
2 changed files with 5 additions and 5 deletions

View File

@@ -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();