Commit 0ed1c3f135263fa101a5c96bb2f39078f13f95df

Authored by Edmar Moretti
1 parent 23f7d9b2

--no commit message

Showing 1 changed file with 0 additions and 10 deletions   Show diff stats
ferramentas/identifica/index.js
... ... @@ -114,16 +114,6 @@ function listaTemasLigados()
114 114 }
115 115 if (window.parent.objmapa.temaAtivo == "")
116 116 {
117   - /*
118   - var temp = ""
119   - for (l=0;l<lista.length;l++)
120   - {
121   - var ltema = lista[l].split("*")
122   - if(ltema[1] == 2)
123   - {var temp = ltema[0];break;}
124   - }
125   - window.parent.objmapa.temaAtivo = temp
126   - */
127 117 var temp = "";
128 118 for (l=0;l<lista.length;l++)
129 119 {
... ...