Pman.Include.js
[Pman.Core] / Pman.Include.js
index 9b1bf36..fe014cf 100644 (file)
@@ -23,7 +23,8 @@ 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);