Commit f274cf733601200ce7e6cc1f7b68131cb5588d7f
1 parent
d4d10709
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/buffer/index.js
... | ... | @@ -178,7 +178,7 @@ function t1() |
178 | 178 | function t2() |
179 | 179 | { |
180 | 180 | ins = "Distância do entorno em metros" |
181 | - ins += "<br><input class=digitar id='d' type=text size=10 value='0'/><br><br>" | |
181 | + ins += "<br><input onclick='javascript:this.select();' class=digitar id='d' type=text size=10 value='0'/><br><br>" | |
182 | 182 | ins += "Considerar os elementos selecionados como se fossem um só?"; |
183 | 183 | ins += "<br><select id=unir ><option value=nao selected >não</option><option value=sim >sim</option></select>" |
184 | 184 | mostraOpcao("t1()","t3()",ins,"t2") | ... | ... |