From: Edward Date: Mon, 22 Apr 2013 08:47:33 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=f029732c3d0429daf78910bee3ae23e1e6ad094e;p=Pman.Core widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 349968e8..b946dc68 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -72,7 +72,7 @@ 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}); + this.el.on('keyup', this.checkStrength, this, {buffer:50}); }, // private