Removed the jquery helper. Going to keep my js code in seperate files for now
This commit is contained in:
parent
07ac7aaeb4
commit
60b67a1703
|
@ -32,7 +32,7 @@ App::uses('Controller', 'Controller');
|
||||||
* @link http://book.cakephp.org/2.0/en/controllers.html#the-app-controller
|
* @link http://book.cakephp.org/2.0/en/controllers.html#the-app-controller
|
||||||
*/
|
*/
|
||||||
class AppController extends Controller {
|
class AppController extends Controller {
|
||||||
public $helpers = array('Html', 'Form', 'Js' => array('jQuery'));
|
public $helpers = array('Html', 'Form');
|
||||||
public $components = array('Cookie', 'Session');
|
public $components = array('Cookie', 'Session');
|
||||||
|
|
||||||
public function beforeFilter() {
|
public function beforeFilter() {
|
||||||
|
|
Loading…
Reference in New Issue