TMP fix: base.html template Query myslice:user is faster than user
[myslice.git] / portal / templates / base.html
index 9bc52dd..cc60f7f 100644 (file)
@@ -55,7 +55,7 @@ $(document).ready(function() {
     
     var slices = [];
     if($.isEmptyObject(user)){
-        $.post("/rest/user/",{'filters':{'user_hrn':'$user_hrn'}}, function( data ) {
+        $.post("/rest/myslice:user/",{'filters':{'user_hrn':'$user_hrn'}}, function( data ) {
             if(data.length > 0){
                 drawSlices(data[0].slices);  
             }else{