1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 16:36:15 +00:00

Fix popover

This commit is contained in:
Daniel Pan
2016-04-27 14:48:25 +08:00
parent 8a27905aa5
commit 5749c0784f
10 changed files with 60 additions and 60 deletions

View File

@@ -10,7 +10,7 @@ define([
var View = PopoverView.extend({
id: 'group-settings',
className: 'popover',
className: 'sf-popover',
template: _.template($('#group-settings-tmpl').html()),
contentTemplate: _.template($('#group-settings-content-tmpl').html()),
@@ -36,7 +36,7 @@ define([
},
showContent: function() {
this.$listContainer = this.$('.popover-con');
this.$listContainer = this.$('.sf-popover-con');
// the user's role in this group
this.is_owner = false;