diff --git a/bitbake/lib/toaster/toastergui/templates/dirinfo.html b/bitbake/lib/toaster/toastergui/templates/dirinfo.html index 11c709ac9a..a5bc48127c 100644 --- a/bitbake/lib/toaster/toastergui/templates/dirinfo.html +++ b/bitbake/lib/toaster/toastergui/templates/dirinfo.html @@ -40,8 +40,7 @@ url : url, data : "start=" + start, success : function(response) { - var objects = $.parseJSON(response); - addRows(n, objects) + addRows(n, response) }, error : function(jqXHR, textStatus, errorThrown ) {alert(textStatus + ":" + errorThrown)}, });