-synchronize

This commit is contained in:
mkonecny 2011-01-06 17:07:45 -05:00
parent 7cf9699e37
commit fb7b56b2c3
6 changed files with 18 additions and 8 deletions

View file

@ -177,8 +177,7 @@ class ScheduleController extends Zend_Controller_Action
public function viewPlaylistAction()
{
$this->view->headScript()->appendFile('/js/playlist/playlist.js','text/javascript');
$this->view->headScript()->appendFile('/js/progressbar/jquery.progressbar.min.js','text/javascript');
//TODO: insert code for datagrid
}
public function getCurrentPlaylistAction()