Commit e2ebfcb6076c8b211e64aa1e8cc9abbea783c84e
1 parent
5d87bec9
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
admin/admin.db
No preview for this file type
ferramentas/comentarios/index.php
... | ... | @@ -114,5 +114,5 @@ function converte($texto){ |
114 | 114 | <script> |
115 | 115 | i3GEO.configura = {"locaplic": "<?php echo $_SESSION["locaplic"];?>"}; |
116 | 116 | if(document.getElementById("bm")) |
117 | -{document.getElementById("bm").innerHTML = i3GEO.social.bookmark("<?php echo $_SESSION["locaplic"]."/ms_criamapa.php?layers=".$_SESSION["tema"];?>");} | |
117 | +{document.getElementById("bm").innerHTML = window.parent.i3GEO.social.bookmark("<?php echo $_SESSION["locaplic"]."/ms_criamapa.php?layers=".$_SESSION["tema"];?>");} | |
118 | 118 | </script> |
119 | 119 | \ No newline at end of file | ... | ... |