From 60b67a170377bc9742cbd10bfb417802ce2d988d Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Sat, 25 May 2013 11:54:34 -0400 Subject: [PATCH] Removed the jquery helper. Going to keep my js code in seperate files for now --- 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 f1a354a85..75d01f8b8 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', 'Js' => array('jQuery')); + public $helpers = array('Html', 'Form'); public $components = array('Cookie', 'Session'); public function beforeFilter() {