-audio preview now works in firefox!! CC-1707

This commit is contained in:
martin 2011-01-31 00:50:33 -05:00
parent eeaa7da6f5
commit 815509eb70
7 changed files with 131 additions and 29 deletions

View file

@ -34,6 +34,7 @@ class LibraryController extends Zend_Controller_Action
$this->view->headScript()->appendFile('/js/contextmenu/jjmenu.js','text/javascript');
$this->view->headScript()->appendFile('/js/playlist/helperfunctions.js','text/javascript');
$this->view->headScript()->appendFile('/js/playlist/playlist.js','text/javascript');
$this->view->headScript()->appendFile('/js/jplayer/jquery.jplayer.min.js');
$this->view->headLink()->appendStylesheet('/css/contextmenu.css');
$this->view->headLink()->appendStylesheet('/css/pro_dropdown_3.css');