[FIX] remove login overload from web_hello module

bzr revid: fme@openerp.com-20140113152330-hcz8nndr3gfxkx2o
This commit is contained in:
Fabien Meghazi 2014-01-13 16:23:30 +01:00
parent 4c4755ffae
commit 90ee743755
1 changed files with 0 additions and 9 deletions

View File

@ -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: