From 4f48c56ebc236499c3d4fad53b752b691979a937 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Fri, 1 Dec 2017 11:37:22 -0200 Subject: [PATCH] Correção no título do combo de seleção de temas no gerador de links permanentes --- permlinks/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/permlinks/index.js b/permlinks/index.js index 6a74019..2d487f7 100755 --- a/permlinks/index.js +++ b/permlinks/index.js @@ -200,7 +200,7 @@ function i3geo_gl_configura(loc_i3geo,nomeseltema,temasa,link,grupo,subgrupo,tem temas = []; //temas na raiz do menu - temas.push(""); + temas.push(""); $(raiz).each(function(i){ temas.push(""); }); @@ -238,7 +238,7 @@ function i3geo_gl_configura(loc_i3geo,nomeseltema,temasa,link,grupo,subgrupo,tem temas = []; //temas na raiz do menu - temas.push(""); + temas.push(""); $(raiz).each(function(i){ temas.push(""); }); -- libgit2 0.21.2