fix(legacy): add play button to stream player (#2190)
This commit is contained in:
parent
2efe714b03
commit
3ef42413d8
3 changed files with 20 additions and 14 deletions
|
@ -93,10 +93,6 @@ class DashboardController extends Zend_Controller_Action
|
|||
|
||||
public function streamPlayerAction()
|
||||
{
|
||||
$CC_CONFIG = Config::getConfig();
|
||||
|
||||
$baseUrl = Config::getBasePath();
|
||||
|
||||
$this->view->headLink()->appendStylesheet(Assets::url('js/jplayer/skin/jplayer.blue.monday.css'));
|
||||
$this->_helper->layout->setLayout('livestream');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue