Commit 0d7c0a27a38ef00c135223bccb793052dd67bbaf
1 parent
14bb4fd2
Exists in
master
and in
7 other branches
Correção no link para abrir o formulário com os endereços
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
ogc.htm
... | ... | @@ -76,6 +76,9 @@ function ogc_endereco(botao) |
76 | 76 | { |
77 | 77 | botao.checked = false; |
78 | 78 | tema = botao.value; |
79 | + if(tema === undefined){ | |
80 | + tema = botao.title; | |
81 | + } | |
79 | 82 | ins = "<H1>Endereço do web service:</H1>"; |
80 | 83 | var re = new RegExp(".htm", "g"); |
81 | 84 | var servico = window.location.href.replace(re,'.php?'); | ... | ... |