X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FLogin.js;h=b5a2f896cc11fae93a2a150f62301d1617c7c200;hb=75cbc4ce04c9c01ac47671cb01320ce699128d00;hp=63ed0f756fd9ba0fc554bcdaffced964c74bc480;hpb=d80022ca5439d930f98734938d3ce7b45a4d8662;p=roojs1 diff --git a/Roo/Login.js b/Roo/Login.js index 63ed0f756f..b5a2f896cc 100644 --- a/Roo/Login.js +++ b/Roo/Login.js @@ -367,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; @@ -502,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 }); } }