From: Edward Date: Tue, 23 Apr 2013 06:33:32 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ccf02181faf4067c19c539071dc8eb66bc67c686 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