Commit f274cf733601200ce7e6cc1f7b68131cb5588d7f

Authored by Edmar Moretti
1 parent d4d10709

--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&oacute;?";
183 183 ins += "<br><select id=unir ><option value=nao selected >n&atilde;o</option><option value=sim >sim</option></select>"
184 184 mostraOpcao("t1()","t3()",ins,"t2")
... ...