Commit ad120d45a4b30426c79d4728bf17996305a0de90
1 parent
3e8d7770
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/nuvemtags/index.js
... | ... | @@ -71,7 +71,7 @@ $i("resultado").innerHTML = "Aguarde..."; |
71 | 71 | var cp = new cpaint(); |
72 | 72 | cp.set_response_type("JSON"); |
73 | 73 | //cp.set_debug(2) |
74 | -var p = g_locaplic+"/classesphp/mapa_controle.php?funcao=listaTags&rss=&nrss=&g_sid="+g_sid; | |
74 | +var p = "../../classesphp/mapa_controle.php?funcao=listaTags&rss=&nrss=&g_sid="+g_sid; | |
75 | 75 | cp.call(p,"listaTags",montaNuvem); |
76 | 76 | |
77 | 77 | function procurar(texto) | ... | ... |