From: Loic Baron Date: Fri, 24 Apr 2015 14:34:21 +0000 (+0200) Subject: Dashboard: load slices timeout = 20s delegating credentials takes time... X-Git-Tag: myslice-1.3~11 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=10c6c85baaaea942a013ac082527b0b13da86bbe Dashboard: load slices timeout = 20s delegating credentials takes time... --- diff --git a/portal/templates/base.html b/portal/templates/base.html index 596ef0b4..5a1248cd 100644 --- a/portal/templates/base.html +++ b/portal/templates/base.html @@ -134,7 +134,7 @@ $(document).ready(function() { window.setTimeout(function() { $('.projects-loading').hide(); - },10000); + },20000); {% endif %} {% endif %} jQuery('[title!=""]').qtip(); diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html index 1f14b1db..ba489516 100644 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -158,8 +158,10 @@ $(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');