-synchronize

This commit is contained in:
martin 2010-12-30 09:41:52 -05:00
parent 8404fa4145
commit ffa508de34
3 changed files with 148 additions and 140 deletions

View file

@ -178,6 +178,7 @@ class ScheduleController extends Zend_Controller_Action
public function getSchedulerTimeAction()
{
$this->view->headScript()->appendFile('/js/playlist/playlist.js','text/javascript');
$this->view->headScript()->appendFile('/js/progressbar/jquery.progressbar.min.js','text/javascript');
}
public function getCurrentPlaylistAction()