[IMP] mail: add fadeIn

bzr revid: chm@openerp.com-20121122100448-10szzpxz5o5dif4b
This commit is contained in:
Christophe Matthieu 2012-11-22 11:04:48 +01:00
parent 1111869325
commit 5fe04e7ce4
1 changed files with 1 additions and 0 deletions

View File

@ -1240,6 +1240,7 @@ openerp.mail = function (session) {
} else {
message.appendTo(self.$el);
}
message.$el.hide().fadeIn(500);
return message
},