From 93a0ddff8780996a8a564286e5bf6fbf59f58882 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 1 Dec 2012 20:08:22 +0800 Subject: [PATCH] Pman.Include.js --- Pman.Include.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Pman.Include.js b/Pman.Include.js index d7ad29a1..3adcd70b 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]; -- 2.39.2