Commit 1b3ba983ca42a22997e33e91ddea59dcc4034a36
1 parent
bb97f5fb
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
admin/js/arvore.js
... | ... | @@ -626,7 +626,7 @@ function editar(tipo,id) |
626 | 626 | if(tipo == "grupo") |
627 | 627 | { |
628 | 628 | var dados = YAHOO.lang.JSON.parse(o.responseText)[0]; |
629 | - core_montaEditor("gravaDados('grupo','"+id+"')","400px","400px"); | |
629 | + core_montaEditor("gravawDados('grupo','"+id+"')","400px","400px"); | |
630 | 630 | $i("editor_bd").innerHTML = montaDivGrupo(dados); |
631 | 631 | core_comboGrupos("comboGrupo","Eid_grupo",dados.id_grupo,""); |
632 | 632 | core_comboPerfis("comboPerfil","Eperfil_grupo","","registraPerfil(this.value,\"En1_perfil\")"); | ... | ... |