App.php
authorAlan Knowles <alan@roojs.com>
Tue, 21 Jan 2014 10:07:53 +0000 (18:07 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 Jan 2014 10:07:53 +0000 (18:07 +0800)
App.php

diff --git a/App.php b/App.php
index 1eed53a..40fefc5 100644 (file)
--- a/App.php
+++ b/App.php
@@ -9,6 +9,8 @@ require_once 'Pman.php';
 class Pman_Builder_App extends Pman
 {
     var $masterTemplate = "frame.html";
+    
+    var $disable_jstemplate = true;
     // getAuth - everyone allowed in...
     function getAuth() {
         return true;