From: Alan Knowles Date: Sat, 1 Dec 2012 12:07:52 +0000 (+0800) Subject: Pman.Include.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=2de85d3a6dfc85e90825e959b648b130f2374518 Pman.Include.js --- diff --git a/Pman.Include.js b/Pman.Include.js index 9b1bf364..fe014cfc 100644 --- a/Pman.Include.js +++ b/Pman.Include.js @@ -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);