From 9c9bb275787545d5d582904bac7a6af861c78f25 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 23 Apr 2013 13:10:31 +0800 Subject: [PATCH] widgets/SecurePass.js --- widgets/SecurePass.js | 1 - 1 file changed, 1 deletion(-) diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index c7ca2e61..e6a08bc7 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -71,7 +71,6 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { // private initEvents : function(){ - if(this.el.is('input[type=password]') && Roo.isSafari){ this.el.on('keydown', this.SafariOnKeyDown, this); this.el.on("focus", function(){ -- 2.39.2