Commit 80d0eadbcfaa91cb52d3ad2f31698fc3ad73572d
1 parent
94cea6b2
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
classesjs/geradordelinks.js
| ... | ... | @@ -66,7 +66,7 @@ for (var i = 0; i < scripts.length; i++) { |
| 66 | 66 | var allScriptTags = ""; |
| 67 | 67 | var jsfiles = [] |
| 68 | 68 | //jsfiles[0] = "i3geo_tudo_compacto.js.php" |
| 69 | -jsfiles[0] = "../pacotes/openlayers/OpenLayers.js" | |
| 69 | +jsfiles[0] = "../pacotes/openlayers/OpenLayers211.js.php" | |
| 70 | 70 | for (var i = 0; i < jsfiles.length; i++) |
| 71 | 71 | { |
| 72 | 72 | var currentScriptTag = "<script src='" + scriptLocation + jsfiles[i] + "'></script>"; | ... | ... |
geradordelinks.htm
| ... | ... | @@ -120,7 +120,7 @@ Veja: |
| 120 | 120 | File: i3geo/geradordelinks.htm |
| 121 | 121 | |
| 122 | 122 | */ |
| 123 | - | |
| 123 | +OpenLayers.ImgPath = "pacotes/openlayers/img/"; | |
| 124 | 124 | var g_locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
| 125 | 125 | i3GEO.configura.locaplic = g_locaplic; |
| 126 | 126 | $i("bm1").innerHTML = i3GEO.social.bookmark(window.location.href); | ... | ... |