Pman.Include.js
[Pman.Core] / Pman.Include.js
index 835eb53..d7ad29a 100644 (file)
@@ -23,10 +23,10 @@ Pman.Include.script = function(sp,cached) {
     
     var script = document.createElement("script");
     script.setAttribute("src",  rootURL + sp    +
-              ( cached ? '' :     '?ts=' + Math.random() ));
+              ( cached ? '' :     '?ts=' + Math.random() )
+            );
     script.setAttribute("type", "text/javascript");
     //script.setAttribute("id", trans.scriptId);
     head.appendChild(script);
-    
-    Roo.get(documen.body).appendChild()
+     
 )
\ No newline at end of file