Commit 9023b4c4cc7d2dc8be1f7a0485feb099ac6dad9a
1 parent
7e2198b7
Exists in
master
Remoção das opções de curtir (FB, TT) em ogc.htm e datadownload.htm para evitar …
…demora quando os sites estão bloqueados
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
datadownload.htm
@@ -186,7 +186,7 @@ A:hover { | @@ -186,7 +186,7 @@ A:hover { | ||
186 | i3GEO.arvoreDeTemas.INCLUIESTRELAS = false; | 186 | i3GEO.arvoreDeTemas.INCLUIESTRELAS = false; |
187 | $i("bm1").innerHTML = i3GEO.social.bookmark(window.location.href); | 187 | $i("bm1").innerHTML = i3GEO.social.bookmark(window.location.href); |
188 | loc = window.location.href; | 188 | loc = window.location.href; |
189 | - i3GEO.social.compartilhar("curtir", loc, loc, "comtotal"); | 189 | + //i3GEO.social.compartilhar("curtir", loc, loc, "comtotal"); |
190 | 190 | ||
191 | DDinicia(); | 191 | DDinicia(); |
192 | </script> | 192 | </script> |
ogc.htm
@@ -240,7 +240,7 @@ A:hover { | @@ -240,7 +240,7 @@ A:hover { | ||
240 | i3GEO.configura.locaplic = g_locaplic; | 240 | i3GEO.configura.locaplic = g_locaplic; |
241 | 241 | ||
242 | $i("bm1").innerHTML = i3GEO.social.bookmark(loc); | 242 | $i("bm1").innerHTML = i3GEO.social.bookmark(loc); |
243 | - i3GEO.social.compartilhar("curtir", loc, loc, "comtotal"); | 243 | + //i3GEO.social.compartilhar("curtir", loc, loc, "comtotal"); |
244 | 244 | ||
245 | g_arvoreClicks = ""; | 245 | g_arvoreClicks = ""; |
246 | i3GEO.idioma.IDSELETOR = "bandeiras"; | 246 | i3GEO.idioma.IDSELETOR = "bandeiras"; |