[FIX] problem in mail_followers.js

bzr revid: nicolas.vanhoren@openerp.com-20121018123827-lu6ku0zb9pfddsjc
This commit is contained in:
niv-openerp 2012-10-18 14:38:27 +02:00
parent 1ccd8db987
commit 1199780ed4
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ openerp_mail_followers = function(session, mail) {
/** Display the followers */
display_followers: function (records) {
var self = this;
records = records || [];
this.message_is_follower = this.set_is_follower(records);
// clean and display title
var node_user_list = this.$('ul.oe_mail_followers_display').empty();