diff --git a/init/index.php b/init/index.php index 2918526..cdd4351 100755 --- a/init/index.php +++ b/init/index.php @@ -116,6 +116,11 @@ include "head.php"; +
diff --git a/mapas/index.js b/mapas/index.js index c95787d..9cb3a93 100755 --- a/mapas/index.js +++ b/mapas/index.js @@ -74,7 +74,6 @@ function verificaMapa(mapa){ } // verifica se o mapfile esta salvo no banco // diretamente - mapa.NOME = mapa.NOME + " (" + mapa.ID_MAPA + ")"; if (mapa.CONTEMMAPFILE != "nao") { links = [ { diff --git a/mapas/index.php b/mapas/index.php index 936e00c..093e76f 100755 --- a/mapas/index.php +++ b/mapas/index.php @@ -133,12 +133,12 @@ include "../init/head.php";
-