From: Edward Date: Tue, 23 Apr 2013 03:54:15 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=09e4a3fc7a88689ab9cf789ba1d76ac0d3332720 widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index e0e793dd..c64f8782 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -130,6 +130,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { // private checkStrength : function(){ + Roo.log(this); var pwd = this.el.getValue(); if (pwd == this._lastPwd) { return;