javascript - Disabling login button in openerp -


how disable login button in openerp? want disable login button in openerp login page. can please me out on how disable button in javascript?

disable login button , or hide login button using js

self.$el.find('button').hide(); in start function of instance.web.login


Comments

Popular posts from this blog

ruby - How do I merge two hashes into a hash of arrays? -

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -