From: Alan Knowles Date: Wed, 5 Jun 2013 07:29:21 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=2835be69cbe488289bc141da4402fa0c3350f3f6 widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 7ef3c8d2..59b9180e 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -309,7 +309,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { if(isSelectAll){ // backspace and delete key Roo.log("select all - setting to input value"); event.preventDefault(); - this.setValue(String.fromCharCode(charCode)); }); + this.setValue(String.fromCharCode(charCode)); }; } }) \ No newline at end of file