From 2de85d3a6dfc85e90825e959b648b130f2374518 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 1 Dec 2012 20:07:52 +0800 Subject: [PATCH] Pman.Include.js --- Pman.Include.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.39.2