Commit 8f76e794e1d39c0f1300e059eed470cbd3fea3ce

Authored by Edmar Moretti
1 parent 82c14d54

Correção de erro de digitação

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
admin/js/listatemas.js
... ... @@ -108,11 +108,11 @@ function montaDivTemas(i)
108 108 function gravaDadosTema(id)
109 109 {
110 110 //validacao
111   - if($i("kml_tema") && $i("ogc_tema"){
  111 + if($i("kml_tema") && $i("ogc_tema")){
112 112 if($i("ogc_tema").value == "SIM")
113 113 {$i("kml_tema").value = "SIM";}
114 114 }
115   - if($i("kml_tema") && $i("kmz_tema"){
  115 + if($i("kml_tema") && $i("kmz_tema")){
116 116 if($i("kmz_tema").value == "SIM")
117 117 {$i("kml_tema").value = "SIM";}
118 118 if($i("kml_tema").value == "NAO")
... ...