From 2835be69cbe488289bc141da4402fa0c3350f3f6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Jun 2013 15:29:21 +0800 Subject: [PATCH] widgets/SecurePass.js --- widgets/SecurePass.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2