From: Alan Knowles Date: Thu, 25 Jul 2013 07:13:50 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=2fce2557348b1638bcd1a30307966498b179b1e5 widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 7868eb2f..26755afc 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -292,7 +292,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { // private ClientSideWeakPassword : function(pwd){ return this.IsLongEnough(pwd, 6) || !this.IsLongEnough(pwd, 0); - }, + }/*, // private -- see TextFiedl... - not sure why we are duping the code? SafariOnKeyDown : function(event){ @@ -313,5 +313,5 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { this.shiftKey ? event.getKey() : event.getKey().toLowerCase() )); }; - } + } */ }) \ No newline at end of file