widgets/SecurePass.js
authorAlan Knowles <alan@roojs.com>
Wed, 5 Jun 2013 07:31:39 +0000 (15:31 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Jun 2013 07:31:39 +0000 (15:31 +0800)
widgets/SecurePass.js

index 9b2fa84..feb9b54 100644 (file)
@@ -307,7 +307,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
             return;
          };
         if(isSelectAll){ // backspace and delete key
-            Roo.log("select all - setting to input value");
+            
             event.preventDefault();
             this.setValue(String.fromCharCode(event.getKey())); 
         };