Dashboard: load slices timeout = 20s delegating credentials takes time...
authorLoic Baron <loic.baron@lip6.fr>
Fri, 24 Apr 2015 14:34:21 +0000 (16:34 +0200)
committerLoic Baron <loic.baron@lip6.fr>
Fri, 24 Apr 2015 14:34:21 +0000 (16:34 +0200)
portal/templates/base.html
portal/templates/fed4fire/fed4fire_home-view.html

index 596ef0b..5a1248c 100644 (file)
@@ -134,7 +134,7 @@ $(document).ready(function() {
     
     window.setTimeout(function() {
         $('.projects-loading').hide();
-    },10000);
+    },20000);
     {% endif %}
 {% endif %}
        jQuery('[title!=""]').qtip();
index 1f14b1d..ba48951 100644 (file)
        $(document).ready(function() {
            {%if 'no_creds' in user_cred or 'creds_expired' in user_cred %}
         localStorage.clear();
+        /*
         $.post("/cache/clear/", function( data ) {
         });
+        */
         {% endif %}
                $('a.home-tab').click(function() {
                        $('ul.nav-tabs li').removeClass('active');