Commit fcfe3bb7c87bed671569fb12feaf202994019056
1 parent
4f0ae1da
Exists in
master
and in
7 other branches
Os sistemas de identificação da ferramenta identifica, agora abrem os resultados…
… em uma janela flutuante, quando o target for igual a "self" no sistema de administração
Showing
2 changed files
with
5 additions
and
1 deletions
Show diff stats
ferramentas/identifica/index.js.php
... | ... | @@ -441,7 +441,11 @@ i3GEOF.identifica = { |
441 | 441 | */ |
442 | 442 | mostraDadosSistema: function(exec,target){ |
443 | 443 | exec += "&x="+i3GEOF.identifica.x+"&y="+i3GEOF.identifica.y; |
444 | - window.open(exec); | |
444 | + if(target === "target") | |
445 | + {window.open(exec);} | |
446 | + else { | |
447 | + i3GEO.janela.cria("500","500",exec,parseInt(Math.random()*100,10),10,exec,"janela"+i3GEO.util.randomRGB(),false); | |
448 | + } | |
445 | 449 | }, |
446 | 450 | /* |
447 | 451 | Function: mostraDadosTema | ... | ... |
menutemas/admin.db
No preview for this file type