Commit 9f990070a14950b2e46a700bac0193d061a6f2c3
1 parent
6cbeffb1
Exists in
master
and in
7 other branches
retirado cálculo automatico da variável g_locaplic
Showing
2 changed files
with
0 additions
and
4 deletions
Show diff stats
classesjs/i3geo.js
classesjs/i3geonaocompacto.js
... | ... | @@ -43,8 +43,6 @@ for (var i = 0; i < scripts.length; i++) { |
43 | 43 | } |
44 | 44 | } |
45 | 45 | } |
46 | -g_locaplic = scriptLocation+".."; | |
47 | -g_localimg = scriptLocation+"../imagens"; | |
48 | 46 | var allScriptTags = ""; |
49 | 47 | var jsfiles = new Array( |
50 | 48 | "../pacotes/yui231/build/yahoo/yahoo-min.js", | ... | ... |