Pman.Login.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 26 Jul 2011 14:16:17 +0000 (22:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 26 Jul 2011 14:16:17 +0000 (22:16 +0800)
Pman.Login.js

index caa822f..497080e 100644 (file)
@@ -483,6 +483,8 @@ Pman.Login =  new Roo.util.Observable({
         this.dialog.show();
         this.dialog.el.unmask(); 
         this.resizeToLogo.defer(1000,this);
+        
+        // if we have not created a provider.. do it now...
         if (!Roo.state.Manager.getProvider().expires) { 
             Roo.state.Manager.setProvider(new Roo.state.CookieProvider());
         }