Pman.Include.js
authorAlan Knowles <alan@akbkhome.com>
Sat, 1 Dec 2012 12:07:52 +0000 (20:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 1 Dec 2012 12:07:52 +0000 (20:07 +0800)
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);