Commit a8c15e151041feb8b6cdd0c9d9840cfc406c2079

Authored by Christian
1 parent b34bbad2
Exists in master

corre??o da tag style, que n?o existe :)

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
barra-brasil.js
... ... @@ -27,7 +27,7 @@ link.setAttributeNode(tipo);
27 27 link.setAttributeNode(rel);
28 28 link.setAttributeNode(media);
29 29  
30   -head.appendChild(style);
  30 +head.appendChild(link);
31 31  
32 32 divBarra.innerHTML = conteudoBarra;
33 33  
... ...