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

index b946dc6..6d91c8e 100644 (file)
@@ -131,6 +131,8 @@ 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;
                }