moved menu/styles.css to bootstrap, as well as nowplaying javascript since they should be on everypage almost except for the login screen currently.

This commit is contained in:
Naomi 2011-02-01 11:43:52 -05:00
parent 7751ad7ac7
commit a9f8a2b5d0
11 changed files with 25 additions and 92 deletions

View file

@ -146,8 +146,6 @@ class PlaylistController extends Zend_Controller_Action
public function editAction()
{
$this->view->headScript()->appendFile('/js/airtime/playlist/playlist.js','text/javascript');
$pl_id = $this->_getParam('id', null);
if(!is_null($pl_id)) {