Roo/Login.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 07:56:36 +0000 (15:56 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 07:56:36 +0000 (15:56 +0800)
Roo/Login.js

index 3f253fb..ef85526 100644 (file)
@@ -569,7 +569,7 @@ Roo.extend(Roo.Login, Roo.LayoutDialog, {
                                 
                             this.dialog.el.mask("Logging in");
                             this.form.doAction('submit', {
-                                    url: this.dialog.url
+                                    url: this.dialog.url,
                                     method: this.dialog.method
                             });
                         }