diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/dirinfo.html | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ | |||
40 | url : url, | 40 | url : url, |
41 | data : "start=" + start, | 41 | data : "start=" + start, |
42 | success : function(response) { | 42 | success : function(response) { |
43 | var objects = $.parseJSON(response); | 43 | addRows(n, response) |
44 | addRows(n, objects) | ||
45 | }, | 44 | }, |
46 | error : function(jqXHR, textStatus, errorThrown ) {alert(textStatus + ":" + errorThrown)}, | 45 | error : function(jqXHR, textStatus, errorThrown ) {alert(textStatus + ":" + errorThrown)}, |
47 | }); | 46 | }); |