Commit 0fd67912abe9bb4b655567a73bee26082ed6e607

Authored by Edmar Moretti
1 parent 5d2661f9

--no commit message

Showing 1 changed file with 0 additions and 21 deletions   Show diff stats
classesjs/i3geo.js
... ... @@ -77,26 +77,5 @@ for (i = 0; i < scripts.length; i++) {
77 77 }
78 78 }
79 79 }
80   -//scripts
81   -
82   -/*var allScriptTags = "";
83   -//var jsfiles = new Array();
84   -var jsfiles = ["i3geo_tudo_compacto.js.php"];
85   -for (i = 0;i < jsfiles.length;i++)
86   -{
87   - var currentScriptTag = "<script src='" + scriptLocation + jsfiles[i] + "'></script>";
88   - allScriptTags += currentScriptTag;
89   -}
90   -//css
91   -
92   -var allCssTags = "";
93   -//var cssfiles = new Array();
94   -var cssfiles = ["../css/i3geo.css.php"];
95   -for (i = 0;i < cssfiles.length;i++)
96   -{
97   - var currentCssTag = "<link rel='stylesheet' type='text/css' href='" + scriptLocation + cssfiles[i] + "'/>";
98   - allCssTags += currentCssTag;
99   -}
100   -*/
101 80 document.write("<link rel='stylesheet' type='text/css' href='" + scriptLocation + "../css/i3geo.css.php'></script>");
102 81 document.write("<script src='" + scriptLocation + "i3geo_tudo_compacto.js.php'></script>");
103 82 \ No newline at end of file
... ...