From 95d63fd7ea5a6934cda7d30bbadfcd715a0b446c Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 23 Apr 2013 14:30:15 +0800 Subject: [PATCH] widgets/SecurePass.js --- widgets/SecurePass.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 9baea909..e40dba39 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -75,9 +75,6 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { if(this.el.is('input[type=password]') && Roo.isSafari){ this.el.on('keydown', this.SafariOnKeyDown, this); -// this.el.on("focus", function(){ -// this.setValue(''); -// }, this); } this.el.on('keyup', this.checkStrength, this, {buffer:50}); -- 2.39.2