From f3599d9685ce36a4174b62ffdefab52e95325911 Mon Sep 17 00:00:00 2001 From: edmarmoretti Date: Tue, 14 Jun 2016 21:59:36 -0300 Subject: [PATCH] Correção na abertura do serviço OGC quando o tema é passado pela url --- ogc/index.js | 1 + ogc/index.php | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) 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";

-  {{{nome_tema}}}{{{nome}}} +   + {{{nome_tema}}}{{{nome}}}

@@ -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