From fc522264dad27327c955b2497326e7b766968ba5 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 22 Apr 2013 16:33:41 +0800 Subject: [PATCH] widgets/SecurePass.js --- widgets/SecurePass.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index b946dc68..6d91c8e9 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -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; } -- 2.39.2