From 6d2f7baf5da97ff3e81e830f0de8f5333ac8a69d Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Sat, 25 May 2013 12:22:23 -0400 Subject: [PATCH] Re-added the jQuery javascript engine --- web/app/Controller/AppController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/Controller/AppController.php b/web/app/Controller/AppController.php index 75d01f8b8..a737d6167 100644 --- a/web/app/Controller/AppController.php +++ b/web/app/Controller/AppController.php @@ -32,7 +32,7 @@ App::uses('Controller', 'Controller'); * @link http://book.cakephp.org/2.0/en/controllers.html#the-app-controller */ class AppController extends Controller { - public $helpers = array('Html', 'Form'); + public $helpers = array('Html', 'Form', 'Js' => array('Jquery')); public $components = array('Cookie', 'Session'); public function beforeFilter() {