[FIX] mail: position of show more message button

This commit is contained in:
Mitesh Savani 2014-08-26 10:19:38 +05:30 committed by Richard Mathot
parent fd432b6725
commit e6790ba87d
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@ openerp.mail = function (session) {
self.parent_thread.message_fetch(this.domain, this.context, false, function (arg, data) {
self.id = false;
// insert the message on dom after this message
self.parent_thread.switch_new_message( data, self.$el );
self.parent_thread.switch_new_message( data, self.$el.parent() );
self.animated_destroy(200);
});