X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=widgets%2FSecurePass.js;h=26755afcf1b9e91c1586757aba106e39052a4714;hb=2fce2557348b1638bcd1a30307966498b179b1e5;hp=7868eb2ffdcdcc80d938233d5e1a0757897e1c6f;hpb=8e79f2e513004ed3971ef7ecdf740548b7b3124a;p=Pman.Core 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