CC-3174 : showbuilder

need up to date version of datatables.
This commit is contained in:
Naomi Aro 2012-02-27 12:42:04 +01:00
parent 3cc1506086
commit 8ae303de83
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class NowplayingController extends Zend_Controller_Action
$request = $this->getRequest();
$baseUrl = $request->getBaseUrl();
$this->view->headScript()->appendFile($baseUrl.'/js/datatables/js/jquery.dataTables.min.js?'.$CC_CONFIG['airtime_version'],'text/javascript');
$this->view->headScript()->appendFile($baseUrl.'/js/datatables/js/jquery.dataTables.js?'.$CC_CONFIG['airtime_version'],'text/javascript');
//nowplayingdatagrid.js requires this variable, so that datePicker widget can be offset to server time instead of client time
$this->view->headScript()->appendScript("var timezoneOffset = ".date("Z")."; //in seconds");