X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FLogin.js;h=b5a2f896cc11fae93a2a150f62301d1617c7c200;hb=75cbc4ce04c9c01ac47671cb01320ce699128d00;hp=c2c6cf5791b30e479d1f2dafb0c04b8d0b752d20;hpb=5b02765f08d84b345cfaa641330697309cb43dcf;p=roojs1 diff --git a/Roo/Login.js b/Roo/Login.js index c2c6cf5791..b5a2f896cc 100644 --- a/Roo/Login.js +++ b/Roo/Login.js @@ -41,7 +41,7 @@ Roo.Login = function(cfg) { this.addEvents({ - 'refreshed' : true, + 'refreshed' : true }); Roo.apply(this,cfg); @@ -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 }); } }