Commit 3acf0bec2a206ce4fab537b7e9b82d6a4bd1800a

Authored by Edmar Moretti
1 parent 363ae8ce

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 27 "subtitulo": $trad("18a",g_traducao_init),
28 28 "fa": "map-o",
29 29 "target": "_self"
30   -},{
  30 +},
  31 +/*
  32 +{
31 33 "img":"cartogramas",
32 34 "href": location.href.replace("init/index.php"+window.location.search,"") + customDir + "/carto_ol.htm",
33 35 "titulo":$trad(8,g_traducao_init),
... ... @@ -41,7 +43,9 @@ botoesIni = [
41 43 "subtitulo": $trad("9a",g_traducao_init),
42 44 "fa": "map-o",
43 45 "target": "_blank"
44   -},{
  46 +},
  47 +*/
  48 +{
45 49 "img":"window-duplicate",
46 50 "href": "../mapas/index.php",
47 51 "titulo":$trad(34,g_traducao_init),
... ...