Commit e336f28ad9b1e8c1202d1af63635044a5cf91839
1 parent
e399b84e
Exists in
master
and in
7 other branches
Correção na rotina de montagem da árvore de temas
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ogc.htm
... | ... | @@ -75,7 +75,7 @@ Free Software Foundation, Inc., no endereço |
75 | 75 | */ |
76 | 76 | g_locaplic = "." |
77 | 77 | g_arvoreClicks = "" |
78 | -var p = "classesphp/mapa_controle.php?funcao=pegalistadegrupos&map_file=''"; | |
78 | +var p = "classesphp/mapa_controle.php?funcao=pegalistadegrupos&map_file=''&listasgrupos=sim"; | |
79 | 79 | var cp = new cpaint(); |
80 | 80 | //cp.set_debug(2) |
81 | 81 | cp.set_response_type("JSON"); | ... | ... |