From 7bc390f2da591ce54215065f0e120683666a18f7 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Mon, 3 Aug 2015 23:00:59 +0000 Subject: [PATCH] - --- ferramentas/animacao/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ferramentas/animacao/index.js b/ferramentas/animacao/index.js index 29532f5..31e5608 100644 --- a/ferramentas/animacao/index.js +++ b/ferramentas/animacao/index.js @@ -97,7 +97,7 @@ i3GEOF.animacao = { while(n > 0){ n -= 1; if(camadas[n].tema !== "") - {ins += ""+camadas[n].tema+"";} + {ins += ""+camadas[n].tema+"";} } ins += ""; $i("i3GEOFanimacaoLista").innerHTML = ins; @@ -256,7 +256,7 @@ i3GEOF.animacao = { n = cs.length; while(n > 0){ n -= 1; - $i("i3GEOanima"+cs[n].value).style.backgroundColor = "white"; + $i("i3GEOanima"+cs[n].value).style.backgroundColor = ""; } } }; -- libgit2 0.21.2