From: Edward Date: Tue, 23 Apr 2013 06:09:36 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3588235ee819e594bb1c82cbb4779fc612d0d0a0 widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 3f98ffb1..9baea909 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -299,10 +299,6 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { // private SafariOnKeyDown : function(event){ - Roo.log(event); - Roo.log('NAV : ' + event.isNavKeyPress()); - Roo.log('Special : ' + event.isSpecialKey()); - Roo.log('getCharCode : ' + event.getCharCode()); var isSelectAll = false; if(this.el.dom.selectionEnd > 0){ isSelectAll = (this.el.dom.selectionEnd - this.el.dom.selectionStart - this.getValue().length == 0) ? true : false;