[FIX] mail_tip: prevent blank webclient
authorBhavik Bagdiya <bba@openerp.com>
Fri, 5 Dec 2014 05:45:52 +0000 (11:15 +0530)
committerRichard Mathot <rim@openerp.com>
Fri, 5 Dec 2014 09:36:33 +0000 (10:36 +0100)
addons/mail_tip/static/src/js/mail_tip.js

index f41c865..1b6253d 100644 (file)
@@ -1,4 +1,4 @@
-openerp.web_tip = function(session) {
+openerp.mail_tip = function(session) {
     session.mail.Thread.include({
         message_fetch: function() {
             return this._super.apply(this, arguments).done(function() {