From: Edward Date: Tue, 23 Apr 2013 04:44:40 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=375f5208ecb8232a14299386546240315468d7ec widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 07877f44..c9f07941 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -72,15 +72,8 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { // private initEvents : function(){ if(this.inputType == 'password'){ - Roo.log(this.el); this.el.on('keydown',function(event){ - Roo.log('before'); - Roo.log(this.el.getValue()); - Roo.log(this.el.getValue().length); if(event.getKey() == 8){ - Roo.log('in'); - Roo.log(this.el.getValue()); - Roo.log(this.el.getValue().length); event.preventDefault(); this.setValue(''); };