mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
Improve group popovers
This commit is contained in:
@@ -116,6 +116,7 @@ define([
|
||||
});
|
||||
|
||||
$("#group").append(this.$el);
|
||||
this.$(".msg-input").focus();
|
||||
app.router.navigate('group/' + this.groupView.group.id + '/discussions/');
|
||||
},
|
||||
|
||||
@@ -133,6 +134,7 @@ define([
|
||||
hide: function() {
|
||||
PopoverView.prototype.hide.call(this);
|
||||
app.router.navigate('group/' + this.groupView.group.id + '/');
|
||||
return false;
|
||||
},
|
||||
|
||||
replyTo: function(to_user) {
|
||||
|
Reference in New Issue
Block a user