Commit aa47c4b5a172c2cf4edebd846f71983b7601c6dc
1 parent
f74d03f6
Exists in
master
and in
7 other branches
v6 - Correção na formatação do código
Showing
3 changed files
with
4 additions
and
5 deletions
Show diff stats
ferramentas/legenda/index.js
... | ... | @@ -1236,7 +1236,7 @@ i3GEOF.legenda = { |
1236 | 1236 | {return;} |
1237 | 1237 | i3GEOF.legenda.aguarde.visibility = "visible"; |
1238 | 1238 | if (retorno.data != undefined){ |
1239 | - var l,i,sct,combo,botoes,n; | |
1239 | + var l,i,sct,combo,n; | |
1240 | 1240 | retorno = retorno.data; |
1241 | 1241 | i3GEOF.legenda.estilos = retorno.split("|"); |
1242 | 1242 | combo = "<select id='i3GEOlegendaestilos' onchange=i3GEOF.legenda.mostraEstilo(this.value)>"; | ... | ... |
ferramentas/opcoes_tamanho/index.js
mashups/openlayers.js
... | ... | @@ -597,7 +597,7 @@ i3GEO.editorOL = { |
597 | 597 | method: "GET", |
598 | 598 | url: url, |
599 | 599 | callback: f |
600 | - } | |
600 | + }; | |
601 | 601 | OpenLayers.Request.issue(config); |
602 | 602 | } |
603 | 603 | else{ |
... | ... | @@ -1624,10 +1624,10 @@ i3GEO.editorOL = { |
1624 | 1624 | ' </tr>' + |
1625 | 1625 | '</table>' + |
1626 | 1626 | '<br />' + |
1627 | - '<p class=paragrafo ><b>Ajusta nó em edição para o(a):</b></p>' + | |
1627 | + '<p class=paragrafo ><b>Ajusta n� em edição para o(a):</b></p>' + | |
1628 | 1628 | '<table class=lista7 >' + |
1629 | 1629 | ' <tr>' + |
1630 | - ' <td></td><td>nó</td><td></td><td>vértice</td><td></td><td>borda</td>' + | |
1630 | + ' <td></td><td>n�</td><td></td><td>vértice</td><td></td><td>borda</td>' + | |
1631 | 1631 | ' </tr>' + |
1632 | 1632 | ' <tr>' + |
1633 | 1633 | ' <td><input style=cursor:pointer onclick="i3GEO.editorOL.snap()" type="checkbox" id="target_node" /></td><td><input onchange="i3GEO.editorOL.snap()" id="target_nodeTolerance" type="text" size="3" value=15 /></td>' + | ... | ... |