Commit e548f253fb62d0dcd2d600e07a447a8c1fa1b11f

Authored by Macieski
1 parent 7eae8ef8
Exists in master

editar órgão

Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
wscacicneo/templates/editarorgao.pt
... ... @@ -65,7 +65,14 @@
65 65 <metal:content fill-slot="javascript">
66 66 <script type="text/javascript">
67 67 $('#limpar').click(function(){
68   - alert(url)
  68 + $('#nome').val('')
  69 + $('#email').val('')
  70 + $('#telefone').val('')
  71 + $('#gestor').val('')
  72 + $('#sigla').val('')
  73 + $('#coleta').val('')
  74 + $('#end').val('')
  75 + $('#url').val('')
69 76 });
70 77 $('#enviar').click(function(){
71 78 var nome = $('#nome').val()
... ...