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

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

java - the value of local variable is not used -