From: Alexandru DAMIAN Date: Mon, 10 Feb 2014 14:24:48 +0000 (+0000) Subject: bitbake: toaster: array-assignment fix from Chome X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06f9059abc405197584acf189fac374047af395c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: toaster: array-assignment fix from Chome Apparently the JS engine in Chrome can't handle assignments to an array, so I'm patching this up by using an intermediate array to hold the values. (Bitbake rev: 47f5fde1bd8cf2e6f7e5c4ec2534a2f9599c4ea2) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index c8c1daeb75a..2d2bfcaf99e 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html @@ -22,7 +22,8 @@