Commit 0a969fb1c41d959f58463e61153879e9f006c8d4

Authored by Christian
1 parent a40027a7
Exists in master

coloca??o do ip fixo para teste no endere?o do css

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
barra-brasil.js
... ... @@ -10,7 +10,8 @@ var head = document.getElementByTagName('head');
10 10 var style = document.createElement('style');
11 11  
12 12 var src = document.createAttribute("src");
13   - src.nodeValue = "http://barra.brasil.gov.br/estilo-barra.css";
  13 +// src.nodeValue = "http://barra.brasil.gov.br/estilo-barra.css";
  14 + src.nodeValue = "http://189.9.137.173/estilo-barra.css";
14 15  
15 16 var tipo = document.createAttribute("type");
16 17 tipo.nodeValue = "stylesheet";
... ...