Commit 7589f657cca82a9a41e1fdc4ae014dde63556b0d

Authored by Edmar Moretti
1 parent 6ac7148a
Exists in master

--no commit message

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ferramentas/identifica/index.js
... ... @@ -434,7 +434,7 @@ i3GEOF.identifica =
434 434 */
435 435 ativaFoco : function(id) {
436 436 i3GEOF.identifica.listaTemas("ligados");
437   - i3GEO.util.mudaCursor(i3GEO.configura.cursores, temp, i3GEO.Interface.IDMAPA, i3GEO.configura.locaplic);
  437 + i3GEO.util.mudaCursor(i3GEO.configura.cursores, "identifica", i3GEO.Interface.IDMAPA, i3GEO.configura.locaplic);
438 438 // i3GEOF.identifica.mostraImagemPonto(id);
439 439 },
440 440 mostraImagemPonto : function(id) {
... ...