DataObjects/Core_notify.php
[Pman.Core] / Pman.Login.js
index c9f00e5..dee0413 100644 (file)
@@ -154,6 +154,7 @@ Pman.Login =  new Roo.util.Observable({
         
         this.checkFails =0;
         Pman.onload();
+        return false;
     },
     
     fillAuth: function(au) {
@@ -197,7 +198,7 @@ Pman.Login =  new Roo.util.Observable({
         Pman.Login.intervalID =  window.setInterval(function() {
                   Pman.Login.check(false);
                 }, 120000); // every 120 secs = 2mins..
-        
+        return true;
         
     },