[FIX] mail widget

bzr revid: al@openerp.com-20120817132515-d2qaa33po7alh54s
This commit is contained in:
Antony Lesuisse 2012-08-17 15:25:15 +02:00
parent 3210d239e6
commit ec55bd99c2
1 changed files with 0 additions and 1 deletions

View File

@ -858,7 +858,6 @@ openerp.mail = function(session) {
this.$element.find('button.oe_mail_button_unfollow').click(function () { self.do_unfollow(); })
.mouseover(function () { $(this).html('Unfollow').removeClass('oe_mail_button_mouseout').addClass('oe_mail_button_mouseover'); })
.mouseleave(function () { $(this).html('Following').removeClass('oe_mail_button_mouseover').addClass('oe_mail_button_mouseout'); });
this.reinit();
},
_check_visibility: function() {