widgets/SecurePass.js
[Pman.Core] / widgets / SecurePass.js
index fc0d311..53b71e7 100644 (file)
@@ -71,6 +71,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
 
     // private
     initEvents : function(){
+        Roo.log('in??');
         Ext.form.SecurePass.superclass.initEvents.call(this);
                this.el.on('keyup', this.checkStrength, this, {buffer:50});
        },
@@ -130,7 +131,6 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
     
        // private
        checkStrength : function(){
-            Roo.log('in??????');
                var pwd = this.el.getValue();
                if (pwd == this._lastPwd) {
                        return;