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'; url = '/Playlist/delete-active/format/json';
$.post(url, function(){ $.post(url, function(json){
noOpenPL; noOpenPL(json);
//redraw the library list //redraw the library list
redrawDataTablePage(); redrawDataTablePage();
}); });