mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
Improve group discussion
This commit is contained in:
@@ -46,10 +46,12 @@ define([
|
||||
|
||||
highlight: function() {
|
||||
this.$el.addClass('hl');
|
||||
this.$('.msg-ops').show();
|
||||
},
|
||||
|
||||
rmHighlight: function() {
|
||||
this.$el.removeClass('hl');
|
||||
this.$('.msg-ops').hide();
|
||||
},
|
||||
|
||||
reply: function() {
|
||||
|
Reference in New Issue
Block a user