From 90ee743755bdc013a0633ac066d34264c7bd3866 Mon Sep 17 00:00:00 2001 From: Fabien Meghazi Date: Mon, 13 Jan 2014 16:23:30 +0100 Subject: [PATCH] [FIX] remove login overload from web_hello module bzr revid: fme@openerp.com-20140113152330-hcz8nndr3gfxkx2o --- addons/web_hello/static/openerp/base_hello.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/addons/web_hello/static/openerp/base_hello.js b/addons/web_hello/static/openerp/base_hello.js index d36a6da6c13..2043af6d4ea 100644 --- a/addons/web_hello/static/openerp/base_hello.js +++ b/addons/web_hello/static/openerp/base_hello.js @@ -11,15 +11,6 @@ instance.web.SearchView = instance.web.SearchView.extend({ } }); -// here you may tweak globals object, if any, and play with on_* or do_* callbacks on them - -instance.web.Login = instance.web.Login.extend({ - start: function() { - console.log('Hello there'); - return this._super.apply(this,arguments); - } -}); - }; // vim:et fdc=0 fdl=0: