widgets/SecurePass.js
authorEdward <edward@roojs.com>
Mon, 22 Apr 2013 08:44:07 +0000 (16:44 +0800)
committerEdward <edward@roojs.com>
Mon, 22 Apr 2013 08:44:07 +0000 (16:44 +0800)
widgets/SecurePass.js

index b946dc6..349968e 100644 (file)
@@ -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