CC-3671: add show on week/day view doesn't get start time/end time filled in
-use str formatter for padding
This commit is contained in:
parent
517013ffc3
commit
e12bd35ee2
3 changed files with 4 additions and 9 deletions
|
@ -10,7 +10,6 @@ class SystemstatusController extends Zend_Controller_Action
|
|||
$baseUrl = $request->getBaseUrl();
|
||||
|
||||
$this->view->headScript()->appendFile($baseUrl.'/js/airtime/status/status.js?'.$CC_CONFIG['airtime_version'],'text/javascript');
|
||||
$this->view->headScript()->appendFile($baseUrl.'/js/sprintf/sprintf-0.7-beta1.js?'.$CC_CONFIG['airtime_version'],'text/javascript');
|
||||
}
|
||||
|
||||
public function indexAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue