X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=widgets%2FSecurePass.js;h=71f5c4383c64d2660c6c9cc6e48a004b2734849d;hb=4eda2754029f0af2441d7705cdf8c2c92962f3a4;hp=7ff92cec49da9aa7eb6e224ee78f52c7d15bab33;hpb=aae44250a5a9b68f5a73a87abf25836dce05cd46;p=Pman.Core diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 7ff92cec..71f5c438 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -73,8 +73,6 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { initEvents : function(){ if(this.inputType == 'password'){ this.el.on('keydown',function(event){ - Roo.log(this.getValue().length); - Roo.log(this.el.getValue().length); if((event.getKey() == 8 || event.getKey() == 46) && this.getValue().length ==1){ // backspace and delete key event.preventDefault(); this.setValue('');