X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FLogin.js;h=b5a2f896cc11fae93a2a150f62301d1617c7c200;hb=dc5d9380aff25134bf025953bdafe40b580337ff;hp=bed9a93b4d05e1ea93141025cbd6b98c9e912071;hpb=cd774e6ca109d30c077b841129c5309a6e040eda;p=roojs1 diff --git a/Roo/Login.js b/Roo/Login.js index bed9a93b4d..b5a2f896cc 100644 --- a/Roo/Login.js +++ b/Roo/Login.js @@ -36,14 +36,12 @@ * * * - * Ext.apply(_T, _T[lang]); - * **/ Roo.Login = function(cfg) { this.addEvents({ - 'refreshed' : true, + 'refreshed' : true }); Roo.apply(this,cfg); @@ -369,7 +367,7 @@ Roo.extend(Roo.Login, Roo.LayoutDialog, { this.form = this.layout.getRegion('center').activePanel.form; this.form.dialog = dlg; this.buttons[0].form = this.form; - this.buttons[0].dialog = dlg + this.buttons[0].dialog = dlg; this.buttons[1].form = this.form; this.buttons[1].dialog = dlg; @@ -504,7 +502,7 @@ Roo.extend(Roo.Login, Roo.LayoutDialog, { this.form.dialog.el.mask("Logging in"); this.form.doAction('submit', { url: this.form.dialog.url, - method: this.form.dialog.method, + method: this.form.dialog.method }); } }