From: Alexandru DAMIAN Date: Mon, 10 Feb 2014 14:24:48 +0000 (+0000) Subject: toaster: array-assignment fix from Chome X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47f5fde1bd8cf2e6f7e5c4ec2534a2f9599c4ea2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Alexandru DAMIAN --- diff --git a/lib/toaster/toastergui/templates/base.html b/lib/toaster/toastergui/templates/base.html index c8c1daeb75a..2d2bfcaf99e 100644 --- a/lib/toaster/toastergui/templates/base.html +++ b/lib/toaster/toastergui/templates/base.html @@ -22,7 +22,8 @@