1
0
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:
Daniel Pan
2016-03-20 11:28:03 +08:00
committed by llj
parent 13ee24aa8f
commit dc373c956d
4 changed files with 24 additions and 13 deletions

View File

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