diff --git a/addons/web_hello/static/openerp/base_hello.js b/addons/web_hello/static/openerp/base_hello.js index 0a22079aa53..d36a6da6c13 100644 --- a/addons/web_hello/static/openerp/base_hello.js +++ b/addons/web_hello/static/openerp/base_hello.js @@ -16,7 +16,7 @@ instance.web.SearchView = instance.web.SearchView.extend({ instance.web.Login = instance.web.Login.extend({ start: function() { console.log('Hello there'); - this._super.apply(this,arguments); + return this._super.apply(this,arguments); } });