diff --git a/airtime_mvc/application/controllers/PlaylistController.php b/airtime_mvc/application/controllers/PlaylistController.php index bfaf938de..0918fe96d 100644 --- a/airtime_mvc/application/controllers/PlaylistController.php +++ b/airtime_mvc/application/controllers/PlaylistController.php @@ -290,6 +290,7 @@ class PlaylistController extends Zend_Controller_Action } $this->view->id = $id; + $this->view->html = $this->view->render('playlist/index.phtml'); } public function deleteActiveAction() diff --git a/airtime_mvc/public/js/airtime/library/library.js b/airtime_mvc/public/js/airtime/library/library.js index b7eae6079..b4ab19b67 100644 --- a/airtime_mvc/public/js/airtime/library/library.js +++ b/airtime_mvc/public/js/airtime/library/library.js @@ -62,6 +62,9 @@ function deletePlaylist(json) { } deleteItem("pl", json.id); + + // display noOpenPL on the left window + noOpenPL(json); } //end callbacks called by jjmenu