Roo/Login.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 06:25:03 +0000 (14:25 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 06:25:03 +0000 (14:25 +0800)
Roo/Login.js

index 8ee0c87..1a29da1 100644 (file)
@@ -103,8 +103,8 @@ Roo.extend(Roo.Login, Roo.LayoutDialog, {
                     }); 
                 return;
             }
-            
-            _this.check.defer(10000, _this, [ again: true ]); // check in 10 secs.
+            cfg.again = true;
+            _this.check.defer(10000, _this, [ cfg ]); // check in 10 secs.
             return;
         }
         this.sending = true;