X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fbase.html;h=c83c2bdc8ba4eba03046f0b9e7f487ae22df025d;hb=26709c1cd29b40ac2e617a075a085e18da35e87c;hp=27c17ea735b96144ffda12f0c8876787b93bf720;hpb=f097c72e12672b1ffaccdfb8d9be10d34e0cdc74;p=unfold.git diff --git a/portal/templates/base.html b/portal/templates/base.html index 27c17ea7..c83c2bdc 100644 --- a/portal/templates/base.html +++ b/portal/templates/base.html @@ -66,7 +66,7 @@ This list of slices should go into SESSION ! $(document).ready(function() { {% if username %} myslice.login(function(){ - user = myslice.user(); + user = myslice.get_user(); var slices = []; if($.isEmptyObject(user)){ @@ -79,7 +79,7 @@ $(document).ready(function() { //drawSlices(slices); } {% if theme == "fed4fire" %} - p = myslice.projects(); + p = myslice.get_projects(); if(p != null){ //drawProjects(p); drawProjectsTree(p,slices);