From 3acf0bec2a206ce4fab537b7e9b82d6a4bd1800a Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Tue, 5 Dec 2017 12:14:46 -0200 Subject: [PATCH] Remoção de cards não utilizados da interface principal do i3Geo --- init/index.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/init/index.js b/init/index.js index ab1acd1..0c86dc5 100755 --- a/init/index.js +++ b/init/index.js @@ -27,7 +27,9 @@ botoesIni = [ "subtitulo": $trad("18a",g_traducao_init), "fa": "map-o", "target": "_self" -},{ +}, +/* +{ "img":"cartogramas", "href": location.href.replace("init/index.php"+window.location.search,"") + customDir + "/carto_ol.htm", "titulo":$trad(8,g_traducao_init), @@ -41,7 +43,9 @@ botoesIni = [ "subtitulo": $trad("9a",g_traducao_init), "fa": "map-o", "target": "_blank" -},{ +}, +*/ +{ "img":"window-duplicate", "href": "../mapas/index.php", "titulo":$trad(34,g_traducao_init), -- libgit2 0.21.2