check what is being written to our log files.
[Pman.Core] / Pman.Include.js
index d7ad29a..3959cb4 100644 (file)
@@ -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