widgets/SecurePass.js
authorEdward <edward@roojs.com>
Mon, 22 Apr 2013 11:03:36 +0000 (19:03 +0800)
committerEdward <edward@roojs.com>
Mon, 22 Apr 2013 11:03:36 +0000 (19:03 +0800)
widgets/SecurePass.js

index b946dc6..fc0d311 100644 (file)
@@ -130,6 +130,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
     
        // private
        checkStrength : function(){
+            Roo.log('in??????');
                var pwd = this.el.getValue();
                if (pwd == this._lastPwd) {
                        return;