X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Include.js;h=3959cb4d7b9043766dc7fb12d624ec42f2992790;hp=d7ad29a1bcd8cbac2d10a33163b30bda45cfa7a1;hb=586e4eb470252d837ba18b67e4c3c1702131fd1d;hpb=4675c92eae983ec74ac2f5a14575558ca55310e5 diff --git a/Pman.Include.js b/Pman.Include.js index d7ad29a1..3959cb4d 100644 --- a/Pman.Include.js +++ b/Pman.Include.js @@ -7,15 +7,14 @@ Pman.Include = function(sp) { - Pman.Include.script(sp, true) - + Pman.Include.script(sp, true); -) +} Pman.Include.cached = function(sp) { - Pman.Include.script(sp, false) + Pman.Include.script(sp, false); -) +} Pman.Include.script = function(sp,cached) { var head = document.getElementsByTagName("head")[0]; @@ -29,4 +28,4 @@ Pman.Include.script = function(sp,cached) { //script.setAttribute("id", trans.scriptId); head.appendChild(script); -) \ No newline at end of file +} \ No newline at end of file