Merge branch 'cc-2238-deleting-a-playlist-from-right-list' into devel
This commit is contained in:
commit
3ac7fb01af
|
@ -290,6 +290,7 @@ class PlaylistController extends Zend_Controller_Action
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->view->id = $id;
|
$this->view->id = $id;
|
||||||
|
$this->view->html = $this->view->render('playlist/index.phtml');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function deleteActiveAction()
|
public function deleteActiveAction()
|
||||||
|
|
|
@ -62,6 +62,9 @@ function deletePlaylist(json) {
|
||||||
}
|
}
|
||||||
|
|
||||||
deleteItem("pl", json.id);
|
deleteItem("pl", json.id);
|
||||||
|
|
||||||
|
// display noOpenPL on the left window
|
||||||
|
noOpenPL(json);
|
||||||
}
|
}
|
||||||
//end callbacks called by jjmenu
|
//end callbacks called by jjmenu
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue