From 4eda2754029f0af2441d7705cdf8c2c92962f3a4 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 23 Apr 2013 12:54:22 +0800 Subject: [PATCH] widgets/SecurePass.js --- widgets/SecurePass.js | 2 -- 1 file changed, 2 deletions(-) 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(''); -- 2.39.2