CC-2507:Deleting a playlist during edting does not refresh the page

- fixed
This commit is contained in:
james 2011-07-06 11:45:34 -04:00
parent 7c8b90dd5d
commit 156a114bd5

View file

@ -405,8 +405,8 @@ function deleteSPL() {
url = '/Playlist/delete-active/format/json';
$.post(url, function(){
noOpenPL;
$.post(url, function(json){
noOpenPL(json);
//redraw the library list
redrawDataTablePage();
});