CC-2507:Deleting a playlist during edting does not refresh the page
- fixed
This commit is contained in:
parent
7c8b90dd5d
commit
156a114bd5
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue