X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Ffed4fire%2Ffed4fire_home-view.html;h=f7da2da129a82effb1d2787d7bcf8ffb1c3915b7;hb=dd64244a2dfe1ae24c9fb6b2cde38ff455b21687;hp=0429edaa2d752ff3e53a43023bc5b915d699ec5c;hpb=122929fca447f62f650755a77f20eefbfefcf64c;p=unfold.git diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html index 0429edaa..f7da2da1 100644 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -106,12 +106,14 @@ {% if person %} $.post("/rest/user/",{'filters':{'user_hrn':'$user_hrn'}}, function( data ) { var items = []; - $.each( data[0].slices, function(i, val) { - items.push( "
  • " + val + "
  • " ); - }); - - $("div#home-slice-list").html($( "