From 2e66bf36370fd6fea01ed71dabb1ef2be198c678 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 22 Apr 2013 19:11:29 +0800 Subject: [PATCH] Pman.Dialog.PersonEditor.js --- Pman.Dialog.PersonEditor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index 4d460d64..36090f54 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -461,7 +461,7 @@ Pman.Dialog.PersonEditor.prototype = { value : '', allowBlank : true, // must be filled in as we rely on it for login details.. inputType: 'password', - xtype : 'SecurePass', + // xtype : 'SecurePass', width : 220, imageRoot : rootURL + '/Pman/templates/images' }, @@ -472,7 +472,7 @@ Pman.Dialog.PersonEditor.prototype = { value : '', allowBlank : true, // must be filled in as we rely on it for login details.. inputType: 'password', - xtype : 'TextField', + // xtype : 'TextField', width : 220 }, project_id_fs : { -- 2.39.2