1
0
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:
Daniel Pan
2016-04-17 10:23:28 +08:00
parent 5172a9d25a
commit 3909d14983
6 changed files with 34 additions and 24 deletions

View File

@@ -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) {