diff --git a/ogc/index.js b/ogc/index.js
index 7ef865a..f114c13 100755
--- a/ogc/index.js
+++ b/ogc/index.js
@@ -202,6 +202,7 @@ function mostraLinksServico(tema,tipo,disabled){
$(".modal-body").html('Aguarde');
var html;
if(disabled != ""){
+ $(".modal-body").html = "";
return;
}
else{
diff --git a/ogc/index.php b/ogc/index.php
index b5671b4..d16faaa 100755
--- a/ogc/index.php
+++ b/ogc/index.php
@@ -76,7 +76,8 @@ include "../init/head.php";
@@ -301,7 +302,7 @@ include "../init/head.php";
mostraLinksServico(temaOgc.split("_")[1],"meta")
}
else{
- mostraLinksServico(temaOgc,"tema")
+ mostraLinksServico(temaOgc,"tema",'')
}
$("#modalCamada").modal('show');
}
@@ -315,7 +316,7 @@ include "../init/head.php";
mostraLinksDownload(temaDownload.split("_")[1],"meta")
}
else{
- mostraLinksDownload(temaDownload,"tema")
+ mostraLinksDownload(temaDownload,"tema",'')
}
$("#modalCamada").modal('show');
}
--
libgit2 0.21.2