From bfc19bad45a001a336eec58fe05d89efd5e2e10e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 Jun 2010 16:10:33 +0800 Subject: [PATCH] Roo/Login.js --- Roo/Login.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/Login.js b/Roo/Login.js index 71c2500c67..90c99551aa 100644 --- a/Roo/Login.js +++ b/Roo/Login.js @@ -462,11 +462,11 @@ Roo.extend(Roo.Login, Roo.LayoutDialog, { Roo.state.Manager.set( this.dialog.realm + '.username', - this.form.findField('username').getValue() + this.findField('username').getValue() ); Roo.state.Manager.set( this.dialog.realm + '.lang', - this.form.findField('lang').getValue() + this.findField('lang').getValue() ); this.dialog.fillAuth(act.result.data); -- 2.39.2