mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-18 22:07:58 -04:00
Re-added the jQuery javascript engine
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user