]> git.mxchange.org Git - mailer.git/blobdiff - js/ajax-loader.js
Also already accepted/rejected/never started authorizations for registration should...
[mailer.git] / js / ajax-loader.js
index d55db6361cabe295ec3c3cb2bb5df4bf594258da..a910903ddefef92b5301f12132ac19ba79f84c1e 100644 (file)
@@ -1,13 +1,8 @@
 /**
  * JavaScript for loading more JavaScripts with AJAX
  * --------------------------------------------------------------------
- * $Revision::                                                        $
- * $Date::                                                            $
- * $Tag:: 0.2.1-FINAL                                                 $
- * $Author::                                                          $
- * --------------------------------------------------------------------
  * Copyright (c) 2003 - 2009 by Roland Haeder
- * Copyright (c) 2009 - 2012 by Mailer Developer Team
+ * Copyright (c) 2009 - 2015 by Mailer Developer Team
  * For more information visit: http://mxchange.org
  *
  * This program is free software; you can redistribute it and/or modify
@@ -40,7 +35,7 @@ function loadScriptsLocked () {
                $.holdReady(false);
        } else {
                // Recursive call again
-               window.setTimeout('loadScriptsLocked()', 10);
+               window.setTimeout('loadScriptsLocked()', 100);
        }
 }
 
@@ -77,6 +72,9 @@ function loadScripts (resources) {
                        // Count it as loaded
                        resourceCounter++;
                });
+
+               // Wait here a little
+               $('body').delay(100);
        } // END - for
 
        // Wait until all scripts are loaded (asynchronously)