From: Edward Date: Mon, 22 Apr 2013 08:44:07 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=a36fea08fe5983cd82d38f5456f46be96e081c95;p=Pman.Core widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index b946dc68..349968e8 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -72,7 +72,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { // private initEvents : function(){ Ext.form.SecurePass.superclass.initEvents.call(this); - this.el.on('keyup', this.checkStrength, this, {buffer:50}); + //this.el.on('keyup', this.checkStrength, this, {buffer:50}); }, // private