widgets/SecurePass.js
[Pman.Core] / widgets / SecurePass.js
index 6d91c8e..e0e793d 100644 (file)
@@ -71,8 +71,8 @@ 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});
+            Ext.form.SecurePass.superclass.initEvents.call(this);
+            this.el.on('keyup', this.checkStrength, this, {buffer:50});
        },
 
        // private
@@ -131,8 +131,6 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
        // private
        checkStrength : function(){
                var pwd = this.el.getValue();
-                Roo.log('run');
-                Roo.log(this._lastPwd);
                if (pwd == this._lastPwd) {
                        return;
                }