From: Edward Date: Tue, 23 Apr 2013 06:34:11 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=1b3190f59371ccf6e4595ca7af0be4d07114a78b widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 85d28644..e40dba39 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -302,7 +302,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { } if(((event.getKey() == 8 || event.getKey() == 46) && this.getValue().length ==1) || isSelectAll){ // backspace and delete key event.preventDefault(); - //this.setValue(''); + this.setValue(''); }; } }) \ No newline at end of file