Commit f8caa6f54c77cd4ace719e2bf8596a96129600c5

Authored by Christian
1 parent b6e80b1e
Exists in master

corre??o da forma como o innerHTML do elemento div ? inclu?do

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
barra-brasil.js
... ... @@ -21,6 +21,6 @@ style.setAttributeNode(tipo);
21 21  
22 22 head.appendChild(style);
23 23  
24   -divBarra.innerHTML(conteudoBarra);
  24 +divBarra.innerHTML = conteudoBarra;
25 25  
26 26 })();
... ...