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';
|
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();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue