Commit 3acf0bec2a206ce4fab537b7e9b82d6a4bd1800a
1 parent
363ae8ce
Exists in
master
and in
6 other branches
Remoção de cards não utilizados da interface principal do i3Geo
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
init/index.js
@@ -27,7 +27,9 @@ botoesIni = [ | @@ -27,7 +27,9 @@ botoesIni = [ | ||
27 | "subtitulo": $trad("18a",g_traducao_init), | 27 | "subtitulo": $trad("18a",g_traducao_init), |
28 | "fa": "map-o", | 28 | "fa": "map-o", |
29 | "target": "_self" | 29 | "target": "_self" |
30 | -},{ | 30 | +}, |
31 | +/* | ||
32 | +{ | ||
31 | "img":"cartogramas", | 33 | "img":"cartogramas", |
32 | "href": location.href.replace("init/index.php"+window.location.search,"") + customDir + "/carto_ol.htm", | 34 | "href": location.href.replace("init/index.php"+window.location.search,"") + customDir + "/carto_ol.htm", |
33 | "titulo":$trad(8,g_traducao_init), | 35 | "titulo":$trad(8,g_traducao_init), |
@@ -41,7 +43,9 @@ botoesIni = [ | @@ -41,7 +43,9 @@ botoesIni = [ | ||
41 | "subtitulo": $trad("9a",g_traducao_init), | 43 | "subtitulo": $trad("9a",g_traducao_init), |
42 | "fa": "map-o", | 44 | "fa": "map-o", |
43 | "target": "_blank" | 45 | "target": "_blank" |
44 | -},{ | 46 | +}, |
47 | +*/ | ||
48 | +{ | ||
45 | "img":"window-duplicate", | 49 | "img":"window-duplicate", |
46 | "href": "../mapas/index.php", | 50 | "href": "../mapas/index.php", |
47 | "titulo":$trad(34,g_traducao_init), | 51 | "titulo":$trad(34,g_traducao_init), |